#21BDC4

Color #21BDC4 Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #21BDC4

Tints of Light Sea Green #21BDC4

Color information

#21BDC4 (or 0x21BDC4) is unknown color: approx Light Sea Green. HEX triplet: 21, BD and C4. RGB value is (33,189,196). Sum of RGB (Red+Green+Blue) = 33+189+196=418 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.89% from 418); Green value is 189 (74.22% from 255 or 45.22% from 418); Blue value is 196 (76.95% from 255 or 46.89% from 418); Max value from RGB is 196 - color contains mainly: blue. Hex color #21BDC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BDC4 is #DE423B. Grayscale: #8E8E8E. Windows color (decimal): -14565948 or 12893473. OLE color: 12893473.

HSL color Cylindrical-coordinate representation of color #21BDC4: hue angle of 182.58º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21BDC4 is Cyan = 0.83, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB33189196-
CMYK0.830.0400.23
HSL182.58º71.18%44.9%-
HSV(B)182.58º83.16%76.86%-
XYZ28.7940.758.56-
YUV143.15157.8249.43-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 7.89%
GREEN value IS 189 (74.22% from 255) = 45.22%
BLUE value IS 196 (76.95% from 255) = 46.89%
R=7.89%
G=45.22%
B=46.89%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal331891960.830.0400.23182.5871.1844.9
Hex21BDC4534017b7472d
Octal41275304123402726710755
Binary10000110111101110001001010011100010111101101111000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21BDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21BDC4; }

 p { color: rgb(33,189,196); }

 H1.HeaderClassName
 {
   color: #21BDC4;
 }
 .AnyTagClassName
 {
   color: #21BDC4;
 }
</style>
background-color css

<style>
 a { background-color: #21BDC4; }

 a { background-color: rgb(33,189,196); }

 div.DivClassName
 {
   background-color: #21BDC4;
 }
 .BgClassName
 {
   background-color: #21BDC4;
 }
</style>
border-color css

<style>
 span { border-color: #21BDC4; }

 span { border-color: rgb(33,189,196); }

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