Html Css Color HEX #25C9AF Light Sea Green

📋 copy color: '#25C9AF'

red 37 ◦ green 201 ◦ blue 175

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

Shades of Light Sea Green #25C9AF

Tints of Light Sea Green #25C9AF

RGB

 RED value IS 37 (14.84% from 255) = 8.96%

 GREEN value IS 201 (78.91% from 255) = 48.67%

 BLUE value IS 175 (68.75% from 255) = 42.37%

R = 8.96%
G = 48.67%
B = 42.37%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#25C9AF (or 0x25C9AF) is known color: Light Sea Green. HEX triplet: 25, C9 and AF. RGB value is (37,201,175). Sum of RGB (Red+Green+Blue) = 37+201+175=413 (54% of max value = 765). Red value is 37 (14.84% from 255 or 8.96% from 413); Green value is 201 (78.91% from 255 or 48.67% from 413); Blue value is 175 (68.75% from 255 or 42.37% from 413); Max value from RGB is 201 - color contains mainly: green. Hex color #25C9AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25C9AF is #DA3650. Grayscale: #949494. Windows color (decimal): -14300753 or 11520293. OLE color: 11520293.

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

Color convert

RGB 37 201 175 -
CMYK 0.82 0 0.13 0.21
HSL 170.49º 0.69% 0.47% -
HSV(B) 170.49º 0.82% 0.79% -
XYZ 29.39 45.26 47.74 -
YUV 149 142.67 48.11 -
System Red Green Blue C M Y K H S L
Decimal 37 201 175 0.82 0 0.13 0.21 170.49 0.69 0.47
Hex 25 C9 AF 52 0 D 15 AA 45 2F
Octal 45 311 257 122 0 15 25 252 105 57
Binary 100101 11001001 10101111 1010010 0 1101 10101 10101010 1000101 101111

Color Harmonies of #25C9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25C9AF

Black with #25C9AF

Text Example


Text Example

White with #25C9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #25C9AF;
 }
 .AnyTagClassName
 {
   color: #25C9AF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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