Html Css Color HEX #20CCBE Light Sea Green

📋 copy color: '#20CCBE'

red 32 ◦ green 204 ◦ blue 190

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

Shades of Light Sea Green #20CCBE

Tints of Light Sea Green #20CCBE

RGB

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

 GREEN value IS 204 (80.08% from 255) = 47.89%

 BLUE value IS 190 (74.61% from 255) = 44.6%

R = 7.51%
G = 47.89%
B = 44.6%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#20CCBE (or 0x20CCBE) is known color: Light Sea Green. HEX triplet: 20, CC and BE. RGB value is (32,204,190). Sum of RGB (Red+Green+Blue) = 32+204+190=426 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.51% from 426); Green value is 204 (80.08% from 255 or 47.89% from 426); Blue value is 190 (74.61% from 255 or 44.60% from 426); Max value from RGB is 204 - color contains mainly: green. Hex color #20CCBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CCBE is #DF3341. Grayscale: #969696. Windows color (decimal): -14627650 or 12504096. OLE color: 12504096.

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

Color convert

RGB 32 204 190 -
CMYK 0.84 0 0.07 0.2
HSL 175.12º 0.73% 0.46% -
HSV(B) 175.12º 0.84% 0.8% -
XYZ 31.48 47.21 56.17 -
YUV 150.98 150.02 43.14 -
System Red Green Blue C M Y K H S L
Decimal 32 204 190 0.84 0 0.07 0.2 175.12 0.73 0.46
Hex 20 CC BE 54 0 7 14 AF 49 2E
Octal 40 314 276 124 0 7 24 257 111 56
Binary 100000 11001100 10111110 1010100 0 111 10100 10101111 1001001 101110

Color Harmonies of #20CCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CCBE

Black with #20CCBE

Text Example


Text Example

White with #20CCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,204,190); }

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

background-color css

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

 a { background-color: rgb(32,204,190); }

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

border-color css

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

 span { border-color: rgb(32,204,190); }

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