Html Css Color HEX #20CDBF Light Sea Green

📋 copy color: '#20CDBF'

red 32 ◦ green 205 ◦ blue 191

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

Shades of Light Sea Green #20CDBF

Tints of Light Sea Green #20CDBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.63%

R = 7.48%
G = 47.9%
B = 44.63%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#20CDBF (or 0x20CDBF) is known color: Light Sea Green. HEX triplet: 20, CD and BF. RGB value is (32,205,191). Sum of RGB (Red+Green+Blue) = 32+205+191=428 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.48% from 428); Green value is 205 (80.47% from 255 or 47.90% from 428); Blue value is 191 (75% from 255 or 44.63% from 428); Max value from RGB is 205 - color contains mainly: green. Hex color #20CDBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CDBF is #DF3240. Grayscale: #979797. Windows color (decimal): -14627393 or 12569888. OLE color: 12569888.

HSL color Cylindrical-coordinate representation of color #20CDBF: hue angle of 175.14º 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 #20CDBF is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB 32 205 191 -
CMYK 0.84 0 0.07 0.20
HSL 175.14º 0.73% 0.46% -
HSV(B) 175.14º 0.84% 0.8% -
XYZ 31.83 47.73 56.83 -
YUV 151.68 150.19 42.64 -
System Red Green Blue C M Y K H S L
Decimal 32 205 191 0.84 0 0.07 0.20 175.14 0.73 0.46
Hex 20 CD BF 54 0 7 14 AF 49 2E
Octal 40 315 277 124 0 7 24 257 111 56
Binary 100000 11001101 10111111 1010100 0 111 10100 10101111 1001001 101110

Color Harmonies of #20CDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CDBF

Black with #20CDBF

Text Example


Text Example

White with #20CDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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