Html Css Color HEX #21BCB2 Light Sea Green

📋 copy color: '#21BCB2'

red 33 ◦ green 188 ◦ blue 178

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

Shades of Light Sea Green #21BCB2

Tints of Light Sea Green #21BCB2

RGB

 RED value IS 33 (13.28% from 255) = 8.27%

 GREEN value IS 188 (73.83% from 255) = 47.12%

 BLUE value IS 178 (69.92% from 255) = 44.61%

R = 8.27%
G = 47.12%
B = 44.61%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#21BCB2 (or 0x21BCB2) is known color: Light Sea Green. HEX triplet: 21, BC and B2. RGB value is (33,188,178). Sum of RGB (Red+Green+Blue) = 33+188+178=399 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.27% from 399); Green value is 188 (73.83% from 255 or 47.12% from 399); Blue value is 178 (69.92% from 255 or 44.61% from 399); Max value from RGB is 188 - color contains mainly: green. Hex color #21BCB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21BCB2 is #DE434D. Grayscale: #8C8C8C. Windows color (decimal): -14566222 or 11713569. OLE color: 11713569.

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

Color convert

RGB 33 188 178 -
CMYK 0.82 0 0.05 0.26
HSL 176.13º 0.7% 0.43% -
HSV(B) 176.13º 0.82% 0.74% -
XYZ 26.65 39.5 48.34 -
YUV 140.52 149.15 51.31 -
System Red Green Blue C M Y K H S L
Decimal 33 188 178 0.82 0 0.05 0.26 176.13 0.7 0.43
Hex 21 BC B2 52 0 5 1A B0 46 2B
Octal 41 274 262 122 0 5 32 260 106 53
Binary 100001 10111100 10110010 1010010 0 101 11010 10110000 1000110 101011

Color Harmonies of #21BCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BCB2

Black with #21BCB2

Text Example


Text Example

White with #21BCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,188,178); }

 H1.HeaderClassName
 {
   color: #21BCB2;
 }
 .AnyTagClassName
 {
   color: #21BCB2;
 }
</style>

background-color css

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

 a { background-color: rgb(33,188,178); }

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

border-color css

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

 span { border-color: rgb(33,188,178); }

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