#25BAB4

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

Shades of Light Sea Green #25BAB4

Tints of Light Sea Green #25BAB4

Color information

#25BAB4 (or 0x25BAB4) is unknown color: approx Light Sea Green. HEX triplet: 25, BA and B4. RGB value is (37,186,180). Sum of RGB (Red+Green+Blue) = 37+186+180=403 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.18% from 403); Green value is 186 (73.05% from 255 or 46.15% from 403); Blue value is 180 (70.70% from 255 or 44.67% from 403); Max value from RGB is 186 - color contains mainly: green. Hex color #25BAB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25BAB4 is #DA454B. Grayscale: #8C8C8C. Windows color (decimal): -14304588 or 11844133. OLE color: 11844133.

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

Color convert

RGB37186180-
CMYK0.8000.030.27
HSL177.58º66.82%43.73%-
HSV(B)177.58º80.11%72.94%-
XYZ26.5638.8149.27-
YUV140.76150.1453.99-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 9.18%
GREEN value IS 186 (73.05% from 255) = 46.15%
BLUE value IS 180 (70.70% from 255) = 44.67%
R=9.18%
G=46.15%
B=44.67%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal371861800.8000.030.27177.5866.8243.73
Hex25BAB450031Bb2432c
Octal45272264120033326210354
Binary1001011011101010110100101000001111011101100101000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25BAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,186,180); }

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

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

 a { background-color: rgb(37,186,180); }

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

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

 span { border-color: rgb(37,186,180); }

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