#25BBBD

Color #25BBBD Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #25BBBD

Tints of Light Sea Green #25BBBD

Color information

#25BBBD (or 0x25BBBD) is unknown color: approx Light Sea Green. HEX triplet: 25, BB and BD. RGB value is (37,187,189). Sum of RGB (Red+Green+Blue) = 37+187+189=413 (54% of max value = 765). Red value is 37 (14.84% from 255 or 8.96% from 413); Green value is 187 (73.44% from 255 or 45.28% from 413); Blue value is 189 (74.22% from 255 or 45.76% from 413); Max value from RGB is 189 - color contains mainly: blue. Hex color #25BBBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25BBBD is #DA4442. Grayscale: #8E8E8E. Windows color (decimal): -14304323 or 12434213. OLE color: 12434213.

HSL color Cylindrical-coordinate representation of color #25BBBD: hue angle of 180.79º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25BBBD is Cyan = 0.80, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB37187189-
CMYK0.800.0100.26
HSL180.79º67.26%44.31%-
HSV(B)180.79º80.42%74.12%-
XYZ27.7239.6154.33-
YUV142.38154.352.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 37 (14.84% from 255) = 8.96%
GREEN value IS 187 (73.44% from 255) = 45.28%
BLUE value IS 189 (74.22% from 255) = 45.76%
R=8.96%
G=45.28%
B=45.76%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal371871890.800.0100.26180.7967.2644.31
Hex25BBBD50101Ab5432c
Octal45273275120103226510354
Binary100101101110111011110110100001011010101101011000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25BBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25BBBD; }

 p { color: rgb(37,187,189); }

 H1.HeaderClassName
 {
   color: #25BBBD;
 }
 .AnyTagClassName
 {
   color: #25BBBD;
 }
</style>
background-color css

<style>
 a { background-color: #25BBBD; }

 a { background-color: rgb(37,187,189); }

 div.DivClassName
 {
   background-color: #25BBBD;
 }
 .BgClassName
 {
   background-color: #25BBBD;
 }
</style>
border-color css

<style>
 span { border-color: #25BBBD; }

 span { border-color: rgb(37,187,189); }

 td.TdClassName
 {
   border-color: #25BBBD;
 }
 .TagClassName
 {
   border-color: #25BBBD;
 }
</style>