Html Css Color HEX #25CCAF Light Sea Green

📋 copy color: '#25CCAF'

red 37 ◦ green 204 ◦ blue 175

#25CCAF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #25CCAF

Tints of Light Sea Green #25CCAF

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 value IS 0.82

 M value IS 0

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#25CCAF (or 0x25CCAF) is known color: 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

RGB 37 204 175 -
CMYK 0.82 0 0.14 0.2
HSL 169.58º 0.69% 0.47% -
HSV(B) 169.58º 0.82% 0.8% -
XYZ 30.09 46.67 47.98 -
YUV 150.76 141.67 46.86 -
System Red Green Blue C M Y K H S L
Decimal 37 204 175 0.82 0 0.14 0.2 169.58 0.69 0.47
Hex 25 CC AF 52 0 E 14 AA 45 2F
Octal 45 314 257 122 0 16 24 252 105 57
Binary 100101 11001100 10101111 1010010 0 1110 10100 10101010 1000101 101111

Color Harmonies of #25CCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25CCAF

Black with #25CCAF

Text Example


Text Example

White with #25CCAF

Text Example


Text Example

HTML Codes & Css Web 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>