Html Css Color HEX #20CDB7 Light Sea Green

📋 copy color: '#20CDB7'

red 32 ◦ green 205 ◦ blue 183

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

Shades of Light Sea Green #20CDB7

Tints of Light Sea Green #20CDB7

RGB

 RED value IS 32 (12.89% from 255) = 7.62%

 GREEN value IS 205 (80.47% from 255) = 48.81%

 BLUE value IS 183 (71.88% from 255) = 43.57%

R = 7.62%
G = 48.81%
B = 43.57%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#20CDB7 (or 0x20CDB7) is known color: Light Sea Green. HEX triplet: 20, CD and B7. RGB value is (32,205,183). Sum of RGB (Red+Green+Blue) = 32+205+183=420 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.62% from 420); Green value is 205 (80.47% from 255 or 48.81% from 420); Blue value is 183 (71.88% from 255 or 43.57% from 420); Max value from RGB is 205 - color contains mainly: green. Hex color #20CDB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CDB7 is #DF3248. Grayscale: #969696. Windows color (decimal): -14627401 or 12045600. OLE color: 12045600.

HSL color Cylindrical-coordinate representation of color #20CDB7: hue angle of 172.37º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20CDB7 is Cyan = 0.84, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB 32 205 183 -
CMYK 0.84 0 0.11 0.20
HSL 172.37º 0.73% 0.46% -
HSV(B) 172.37º 0.84% 0.8% -
XYZ 30.97 47.39 52.31 -
YUV 150.77 146.19 43.29 -
System Red Green Blue C M Y K H S L
Decimal 32 205 183 0.84 0 0.11 0.20 172.37 0.73 0.46
Hex 20 CD B7 54 0 B 14 AC 49 2E
Octal 40 315 267 124 0 13 24 254 111 56
Binary 100000 11001101 10110111 1010100 0 1011 10100 10101100 1001001 101110

Color Harmonies of #20CDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CDB7

Black with #20CDB7

Text Example


Text Example

White with #20CDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20CDB7; }

 p { color: rgb(32,205,183); }

 H1.HeaderClassName
 {
   color: #20CDB7;
 }
 .AnyTagClassName
 {
   color: #20CDB7;
 }
</style>

background-color css

<style>
 a { background-color: #20CDB7; }

 a { background-color: rgb(32,205,183); }

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

border-color css

<style>
 span { border-color: #20CDB7; }

 span { border-color: rgb(32,205,183); }

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