#21B4C1

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

Shades of Light Sea Green #21B4C1

Tints of Light Sea Green #21B4C1

Color information

#21B4C1 (or 0x21B4C1) is unknown color: approx Light Sea Green. HEX triplet: 21, B4 and C1. RGB value is (33,180,193). Sum of RGB (Red+Green+Blue) = 33+180+193=406 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.13% from 406); Green value is 180 (70.70% from 255 or 44.33% from 406); Blue value is 193 (75.78% from 255 or 47.54% from 406); Max value from RGB is 193 - color contains mainly: blue. Hex color #21B4C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21B4C1 is #DE4B3E. Grayscale: #898989. Windows color (decimal): -14568255 or 12694561. OLE color: 12694561.

HSL color Cylindrical-coordinate representation of color #21B4C1: hue angle of 184.88º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21B4C1 is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB33180193-
CMYK0.830.0700.24
HSL184.88º70.8%44.31%-
HSV(B)184.88º82.9%75.69%-
XYZ26.5736.8256.16-
YUV137.53159.353.44-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.13%
GREEN value IS 180 (70.70% from 255) = 44.33%
BLUE value IS 193 (75.78% from 255) = 47.54%
R=8.13%
G=44.33%
B=47.54%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal331801930.830.0700.24184.8870.844.31
Hex21B4C1537018b9472c
Octal41264301123703027110754
Binary10000110110100110000011010011111011000101110011000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21B4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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