Html Css Color HEX #21B0BE Light Sea Green

📋 copy color: '#21B0BE'

red 33 ◦ green 176 ◦ blue 190

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

Shades of Light Sea Green #21B0BE

Tints of Light Sea Green #21B0BE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44.11%

 BLUE value IS 190 (74.61% from 255) = 47.62%

R = 8.27%
G = 44.11%
B = 47.62%

CMYK

 C value IS 0.83

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#21B0BE (or 0x21B0BE) is known color: Light Sea Green. HEX triplet: 21, B0 and BE. RGB value is (33,176,190). Sum of RGB (Red+Green+Blue) = 33+176+190=399 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.27% from 399); Green value is 176 (69.14% from 255 or 44.11% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 190 - color contains mainly: blue. Hex color #21B0BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21B0BE is #DE4F41. Grayscale: #868686. Windows color (decimal): -14569282 or 12496929. OLE color: 12496929.

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

Color convert

RGB 33 176 190 -
CMYK 0.83 0.07 0 0.25
HSL 185.35º 0.7% 0.44% -
HSV(B) 185.35º 0.83% 0.75% -
XYZ 25.45 35.09 54.15 -
YUV 134.84 159.12 55.36 -
System Red Green Blue C M Y K H S L
Decimal 33 176 190 0.83 0.07 0 0.25 185.35 0.7 0.44
Hex 21 B0 BE 53 7 0 19 B9 46 2C
Octal 41 260 276 123 7 0 31 271 106 54
Binary 100001 10110000 10111110 1010011 111 0 11001 10111001 1000110 101100

Color Harmonies of #21B0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21B0BE

Black with #21B0BE

Text Example


Text Example

White with #21B0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,176,190); }

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

background-color css

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

 a { background-color: rgb(33,176,190); }

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

border-color css

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

 span { border-color: rgb(33,176,190); }

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