#25B69C

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

Shades of Light Sea Green #25B69C

Tints of Light Sea Green #25B69C

Color information

#25B69C (or 0x25B69C) is unknown color: approx Light Sea Green. HEX triplet: 25, B6 and 9C. RGB value is (37,182,156). Sum of RGB (Red+Green+Blue) = 37+182+156=375 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.87% from 375); Green value is 182 (71.48% from 255 or 48.53% from 375); Blue value is 156 (61.33% from 255 or 41.6% from 375); Max value from RGB is 182 - color contains mainly: green. Hex color #25B69C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25B69C is #DA4963. Grayscale: #878787. Windows color (decimal): -14305636 or 10270245. OLE color: 10270245.

HSL color Cylindrical-coordinate representation of color #25B69C: hue angle of 169.24º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25B69C is Cyan = 0.80, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB37182156-
CMYK0.8000.140.29
HSL169.24º66.21%42.94%-
HSV(B)169.24º79.67%71.37%-
XYZ23.4936.2537.21-
YUV135.68139.4657.61-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 9.87%
GREEN value IS 182 (71.48% from 255) = 48.53%
BLUE value IS 156 (61.33% from 255) = 41.6%
R=9.87%
G=48.53%
B=41.6%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal371821560.8000.140.29169.2466.2142.94
Hex25B69C500E1Da9422b
Octal452662341200163525110253
Binary100101101101101001110010100000111011101101010011000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25B69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,182,156); }

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

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

 a { background-color: rgb(37,182,156); }

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

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

 span { border-color: rgb(37,182,156); }

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