Html Css Color HEX #20BDC3 Light Sea Green

📋 copy color: '#20BDC3'

red 32 ◦ green 189 ◦ blue 195

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

Shades of Light Sea Green #20BDC3

Tints of Light Sea Green #20BDC3

RGB

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

 GREEN value IS 189 (74.22% from 255) = 45.43%

 BLUE value IS 195 (76.56% from 255) = 46.88%

R = 7.69%
G = 45.43%
B = 46.88%

CMYK

 C value IS 0.84

 M value IS 0.03

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#20BDC3 (or 0x20BDC3) is known color: Light Sea Green. HEX triplet: 20, BD and C3. RGB value is (32,189,195). Sum of RGB (Red+Green+Blue) = 32+189+195=416 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.69% from 416); Green value is 189 (74.22% from 255 or 45.43% from 416); Blue value is 195 (76.56% from 255 or 46.88% from 416); Max value from RGB is 195 - color contains mainly: blue. Hex color #20BDC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BDC3 is #DF423C. Grayscale: #8E8E8E. Windows color (decimal): -14631485 or 12827936. OLE color: 12827936.

HSL color Cylindrical-coordinate representation of color #20BDC3: hue angle of 182.21º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20BDC3 is Cyan = 0.84, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 32 189 195 -
CMYK 0.84 0.03 0 0.24
HSL 182.21º 0.72% 0.45% -
HSV(B) 182.21º 0.84% 0.76% -
XYZ 28.64 40.64 57.96 -
YUV 142.74 157.49 49.01 -
System Red Green Blue C M Y K H S L
Decimal 32 189 195 0.84 0.03 0 0.24 182.21 0.72 0.45
Hex 20 BD C3 54 3 0 18 B6 48 2D
Octal 40 275 303 124 3 0 30 266 110 55
Binary 100000 10111101 11000011 1010100 11 0 11000 10110110 1001000 101101

Color Harmonies of #20BDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BDC3

Black with #20BDC3

Text Example


Text Example

White with #20BDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,189,195); }

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

background-color css

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

 a { background-color: rgb(32,189,195); }

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

border-color css

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

 span { border-color: rgb(32,189,195); }

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