#21B4BD

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

Shades of Light Sea Green #21B4BD

Tints of Light Sea Green #21B4BD

Color information

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

HSL color Cylindrical-coordinate representation of color #21B4BD: hue angle of 183.46º 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 #21B4BD is Cyan = 0.83, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB33180189-
CMYK0.830.0500.26
HSL183.46º70.27%43.53%-
HSV(B)183.46º82.54%74.12%-
XYZ26.1336.6453.84-
YUV137.07157.353.77-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal331801890.830.0500.26183.4670.2743.53
Hex21B4BD53501Ab7462c
Octal41264275123503226710654
Binary10000110110100101111011010011101011010101101111000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21B4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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