Html Css Color HEX #2DAF9F Light Sea Green

📋 copy color: '#2DAF9F'

red 45 ◦ green 175 ◦ blue 159

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

Shades of Light Sea Green #2DAF9F

Tints of Light Sea Green #2DAF9F

RGB

 RED value IS 45 (17.97% from 255) = 11.87%

 GREEN value IS 175 (68.75% from 255) = 46.17%

 BLUE value IS 159 (62.5% from 255) = 41.95%

R = 11.87%
G = 46.17%
B = 41.95%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#2DAF9F (or 0x2DAF9F) is known color: Light Sea Green. HEX triplet: 2D, AF and 9F. RGB value is (45,175,159). Sum of RGB (Red+Green+Blue) = 45+175+159=379 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.87% from 379); Green value is 175 (68.75% from 255 or 46.17% from 379); Blue value is 159 (62.5% from 255 or 41.95% from 379); Max value from RGB is 175 - color contains mainly: green. Hex color #2DAF9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DAF9F is #D25060. Grayscale: #868686. Windows color (decimal): -13783137 or 10465069. OLE color: 10465069.

HSL color Cylindrical-coordinate representation of color #2DAF9F: hue angle of 172.62º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2DAF9F is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB 45 175 159 -
CMYK 0.74 0 0.09 0.31
HSL 172.62º 0.59% 0.43% -
HSV(B) 172.62º 0.74% 0.69% -
XYZ 22.67 33.72 38.11 -
YUV 134.31 141.93 64.3 -
System Red Green Blue C M Y K H S L
Decimal 45 175 159 0.74 0 0.09 0.31 172.62 0.59 0.43
Hex 2D AF 9F 4A 0 9 1F AD 3B 2B
Octal 55 257 237 112 0 11 37 255 73 53
Binary 101101 10101111 10011111 1001010 0 1001 11111 10101101 111011 101011

Color Harmonies of #2DAF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DAF9F

Black with #2DAF9F

Text Example


Text Example

White with #2DAF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2DAF9F; }

 p { color: rgb(45,175,159); }

 H1.HeaderClassName
 {
   color: #2DAF9F;
 }
 .AnyTagClassName
 {
   color: #2DAF9F;
 }
</style>

background-color css

<style>
 a { background-color: #2DAF9F; }

 a { background-color: rgb(45,175,159); }

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

border-color css

<style>
 span { border-color: #2DAF9F; }

 span { border-color: rgb(45,175,159); }

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