Html Css Color HEX #20AEBC Light Sea Green

📋 copy color: '#20AEBC'

red 32 ◦ green 174 ◦ blue 188

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

Shades of Light Sea Green #20AEBC

Tints of Light Sea Green #20AEBC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 44.16%

 BLUE value IS 188 (73.83% from 255) = 47.72%

R = 8.12%
G = 44.16%
B = 47.72%

CMYK

 C value IS 0.83

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#20AEBC (or 0x20AEBC) is known color: Light Sea Green. HEX triplet: 20, AE and BC. RGB value is (32,174,188). Sum of RGB (Red+Green+Blue) = 32+174+188=394 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.12% from 394); Green value is 174 (68.36% from 255 or 44.16% from 394); Blue value is 188 (73.83% from 255 or 47.72% from 394); Max value from RGB is 188 - color contains mainly: blue. Hex color #20AEBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20AEBC is #DF5143. Grayscale: #848484. Windows color (decimal): -14635332 or 12365344. OLE color: 12365344.

HSL color Cylindrical-coordinate representation of color #20AEBC: hue angle of 185.38º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20AEBC is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 32 174 188 -
CMYK 0.83 0.07 0 0.26
HSL 185.38º 0.71% 0.43% -
HSV(B) 185.38º 0.83% 0.74% -
XYZ 24.81 34.21 52.87 -
YUV 133.14 158.96 55.86 -
System Red Green Blue C M Y K H S L
Decimal 32 174 188 0.83 0.07 0 0.26 185.38 0.71 0.43
Hex 20 AE BC 53 7 0 1A B9 47 2B
Octal 40 256 274 123 7 0 32 271 107 53
Binary 100000 10101110 10111100 1010011 111 0 11010 10111001 1000111 101011

Color Harmonies of #20AEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AEBC

Black with #20AEBC

Text Example


Text Example

White with #20AEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,174,188); }

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

background-color css

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

 a { background-color: rgb(32,174,188); }

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

border-color css

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

 span { border-color: rgb(32,174,188); }

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