Html Css Color HEX #20BEBA Light Sea Green

📋 copy color: '#20BEBA'

red 32 ◦ green 190 ◦ blue 186

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

Shades of Light Sea Green #20BEBA

Tints of Light Sea Green #20BEBA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 46.57%

 BLUE value IS 186 (73.05% from 255) = 45.59%

R = 7.84%
G = 46.57%
B = 45.59%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#20BEBA (or 0x20BEBA) is known color: Light Sea Green. HEX triplet: 20, BE and BA. RGB value is (32,190,186). Sum of RGB (Red+Green+Blue) = 32+190+186=408 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.84% from 408); Green value is 190 (74.61% from 255 or 46.57% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 190 - color contains mainly: green. Hex color #20BEBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BEBA is #DF4145. Grayscale: #8E8E8E. Windows color (decimal): -14631238 or 12238368. OLE color: 12238368.

HSL color Cylindrical-coordinate representation of color #20BEBA: hue angle of 178.48º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20BEBA is Cyan = 0.83, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 32 190 186 -
CMYK 0.83 0 0.02 0.25
HSL 178.48º 0.71% 0.44% -
HSV(B) 178.48º 0.83% 0.75% -
XYZ 27.87 40.68 52.84 -
YUV 142.3 152.65 49.33 -
System Red Green Blue C M Y K H S L
Decimal 32 190 186 0.83 0 0.02 0.25 178.48 0.71 0.44
Hex 20 BE BA 53 0 2 19 B2 47 2C
Octal 40 276 272 123 0 2 31 262 107 54
Binary 100000 10111110 10111010 1010011 0 10 11001 10110010 1000111 101100

Color Harmonies of #20BEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BEBA

Black with #20BEBA

Text Example


Text Example

White with #20BEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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