#25CCAF

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

Shades of Light Sea Green #25CCAF

Tints of Light Sea Green #25CCAF

Color information

#25CCAF (or 0x25CCAF) is unknown color: approx Light Sea Green. HEX triplet: 25, CC and AF. RGB value is (37,204,175). Sum of RGB (Red+Green+Blue) = 37+204+175=416 (55% of max value = 765). Red value is 37 (14.84% from 255 or 8.89% from 416); Green value is 204 (80.08% from 255 or 49.04% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 204 - color contains mainly: green. Hex color #25CCAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25CCAF is #DA3350. Grayscale: #969696. Windows color (decimal): -14299985 or 11521061. OLE color: 11521061.

HSL color Cylindrical-coordinate representation of color #25CCAF: hue angle of 169.58º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25CCAF is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB37204175-
CMYK0.8200.140.2
HSL169.58º69.29%47.25%-
HSV(B)169.58º81.86%80%-
XYZ30.0946.6747.98-
YUV150.76141.6746.86-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 8.89%
GREEN value IS 204 (80.08% from 255) = 49.04%
BLUE value IS 175 (68.75% from 255) = 42.07%
R=8.89%
G=49.04%
B=42.07%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal372041750.8200.140.2169.5869.2947.25
Hex25CCAF520E14aa452f
Octal453142571220162425210557
Binary100101110011001010111110100100111010100101010101000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25CCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,204,175); }

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

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

 a { background-color: rgb(37,204,175); }

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

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

 span { border-color: rgb(37,204,175); }

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