Html Css Color HEX #21B2BE Light Sea Green

📋 copy color: '#21B2BE'

red 33 ◦ green 178 ◦ blue 190

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

Shades of Light Sea Green #21B2BE

Tints of Light Sea Green #21B2BE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.39%

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

R = 8.23%
G = 44.39%
B = 47.38%

CMYK

 C value IS 0.83

 M value IS 0.06

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#21B2BE (or 0x21B2BE) is known color: Light Sea Green. HEX triplet: 21, B2 and BE. RGB value is (33,178,190). Sum of RGB (Red+Green+Blue) = 33+178+190=401 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.23% from 401); Green value is 178 (69.92% from 255 or 44.39% from 401); Blue value is 190 (74.61% from 255 or 47.38% from 401); Max value from RGB is 190 - color contains mainly: blue. Hex color #21B2BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21B2BE is #DE4D41. Grayscale: #878787. Windows color (decimal): -14568770 or 12497441. OLE color: 12497441.

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

Color convert

RGB 33 178 190 -
CMYK 0.83 0.06 0 0.25
HSL 184.59º 0.7% 0.44% -
HSV(B) 184.59º 0.83% 0.75% -
XYZ 25.84 35.88 54.28 -
YUV 136.01 158.46 54.52 -
System Red Green Blue C M Y K H S L
Decimal 33 178 190 0.83 0.06 0 0.25 184.59 0.7 0.44
Hex 21 B2 BE 53 6 0 19 B9 46 2C
Octal 41 262 276 123 6 0 31 271 106 54
Binary 100001 10110010 10111110 1010011 110 0 11001 10111001 1000110 101100

Color Harmonies of #21B2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21B2BE

Black with #21B2BE

Text Example


Text Example

White with #21B2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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