Html Css Color HEX #20CAB6 Light Sea Green

📋 copy color: '#20CAB6'

red 32 ◦ green 202 ◦ blue 182

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

Shades of Light Sea Green #20CAB6

Tints of Light Sea Green #20CAB6

RGB

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

 GREEN value IS 202 (79.3% from 255) = 48.56%

 BLUE value IS 182 (71.48% from 255) = 43.75%

R = 7.69%
G = 48.56%
B = 43.75%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#20CAB6 (or 0x20CAB6) is known color: Light Sea Green. HEX triplet: 20, CA and B6. RGB value is (32,202,182). Sum of RGB (Red+Green+Blue) = 32+202+182=416 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.69% from 416); Green value is 202 (79.30% from 255 or 48.56% from 416); Blue value is 182 (71.48% from 255 or 43.75% from 416); Max value from RGB is 202 - color contains mainly: green. Hex color #20CAB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CAB6 is #DF3549. Grayscale: #949494. Windows color (decimal): -14628170 or 11979296. OLE color: 11979296.

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

Color convert

RGB 32 202 182 -
CMYK 0.84 0 0.10 0.21
HSL 172.94º 0.73% 0.46% -
HSV(B) 172.94º 0.84% 0.79% -
XYZ 30.16 45.93 51.53 -
YUV 148.89 146.68 44.63 -
System Red Green Blue C M Y K H S L
Decimal 32 202 182 0.84 0 0.10 0.21 172.94 0.73 0.46
Hex 20 CA B6 54 0 A 15 AD 49 2E
Octal 40 312 266 124 0 12 25 255 111 56
Binary 100000 11001010 10110110 1010100 0 1010 10101 10101101 1001001 101110

Color Harmonies of #20CAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CAB6

Black with #20CAB6

Text Example


Text Example

White with #20CAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,202,182); }

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

background-color css

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

 a { background-color: rgb(32,202,182); }

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

border-color css

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

 span { border-color: rgb(32,202,182); }

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