#21BDB4

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

Shades of Light Sea Green #21BDB4

Tints of Light Sea Green #21BDB4

Color information

#21BDB4 (or 0x21BDB4) is unknown color: approx Light Sea Green. HEX triplet: 21, BD and B4. RGB value is (33,189,180). Sum of RGB (Red+Green+Blue) = 33+189+180=402 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.21% from 402); Green value is 189 (74.22% from 255 or 47.01% from 402); Blue value is 180 (70.70% from 255 or 44.78% from 402); Max value from RGB is 189 - color contains mainly: green. Hex color #21BDB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BDB4 is #DE424B. Grayscale: #8D8D8D. Windows color (decimal): -14565964 or 11844897. OLE color: 11844897.

HSL color Cylindrical-coordinate representation of color #21BDB4: hue angle of 176.54º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21BDB4 is Cyan = 0.83, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB33189180-
CMYK0.8300.050.26
HSL176.54º70.27%43.53%-
HSV(B)176.54º82.54%74.12%-
XYZ27.0640.0149.48-
YUV141.33149.8250.73-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.21%
GREEN value IS 189 (74.22% from 255) = 47.01%
BLUE value IS 180 (70.70% from 255) = 44.78%
R=8.21%
G=47.01%
B=44.78%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal331891800.8300.050.26176.5470.2743.53
Hex21BDB453051Ab1462c
Octal41275264123053226110654
Binary10000110111101101101001010011010111010101100011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21BDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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