Html Css Color HEX #20CFB4 Light Sea Green

📋 copy color: '#20CFB4'

red 32 ◦ green 207 ◦ blue 180

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

Shades of Light Sea Green #20CFB4

Tints of Light Sea Green #20CFB4

RGB

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

 GREEN value IS 207 (81.25% from 255) = 49.4%

 BLUE value IS 180 (70.7% from 255) = 42.96%

R = 7.64%
G = 49.4%
B = 42.96%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#20CFB4 (or 0x20CFB4) is known color: Light Sea Green. HEX triplet: 20, CF and B4. RGB value is (32,207,180). Sum of RGB (Red+Green+Blue) = 32+207+180=419 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.64% from 419); Green value is 207 (81.25% from 255 or 49.40% from 419); Blue value is 180 (70.70% from 255 or 42.96% from 419); Max value from RGB is 207 - color contains mainly: green. Hex color #20CFB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CFB4 is #DF304B. Grayscale: #979797. Windows color (decimal): -14626892 or 11849504. OLE color: 11849504.

HSL color Cylindrical-coordinate representation of color #20CFB4: hue angle of 170.74º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20CFB4 is Cyan = 0.85, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB 32 207 180 -
CMYK 0.85 0 0.13 0.19
HSL 170.74º 0.73% 0.47% -
HSV(B) 170.74º 0.85% 0.81% -
XYZ 31.15 48.23 50.85 -
YUV 151.6 144.02 42.7 -
System Red Green Blue C M Y K H S L
Decimal 32 207 180 0.85 0 0.13 0.19 170.74 0.73 0.47
Hex 20 CF B4 55 0 D 13 AB 49 2F
Octal 40 317 264 125 0 15 23 253 111 57
Binary 100000 11001111 10110100 1010101 0 1101 10011 10101011 1001001 101111

Color Harmonies of #20CFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CFB4

Black with #20CFB4

Text Example


Text Example

White with #20CFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,207,180); }

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

background-color css

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

 a { background-color: rgb(32,207,180); }

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

border-color css

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

 span { border-color: rgb(32,207,180); }

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