Html Css Color HEX #20CDBB Light Sea Green

📋 copy color: '#20CDBB'

red 32 ◦ green 205 ◦ blue 187

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

Shades of Light Sea Green #20CDBB

Tints of Light Sea Green #20CDBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.1%

R = 7.55%
G = 48.35%
B = 44.1%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#20CDBB (or 0x20CDBB) is known color: Light Sea Green. HEX triplet: 20, CD and BB. RGB value is (32,205,187). Sum of RGB (Red+Green+Blue) = 32+205+187=424 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.55% from 424); Green value is 205 (80.47% from 255 or 48.35% from 424); Blue value is 187 (73.44% from 255 or 44.10% from 424); Max value from RGB is 205 - color contains mainly: green. Hex color #20CDBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CDBB is #DF3244. Grayscale: #979797. Windows color (decimal): -14627397 or 12307744. OLE color: 12307744.

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

Color convert

RGB 32 205 187 -
CMYK 0.84 0 0.09 0.20
HSL 173.76º 0.73% 0.46% -
HSV(B) 173.76º 0.84% 0.8% -
XYZ 31.4 47.56 54.54 -
YUV 151.22 148.19 42.96 -
System Red Green Blue C M Y K H S L
Decimal 32 205 187 0.84 0 0.09 0.20 173.76 0.73 0.46
Hex 20 CD BB 54 0 9 14 AE 49 2E
Octal 40 315 273 124 0 11 24 256 111 56
Binary 100000 11001101 10111011 1010100 0 1001 10100 10101110 1001001 101110

Color Harmonies of #20CDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CDBB

Black with #20CDBB

Text Example


Text Example

White with #20CDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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