Html Css Color HEX #21B3BD Light Sea Green

📋 copy color: '#21B3BD'

red 33 ◦ green 179 ◦ blue 189

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

Shades of Light Sea Green #21B3BD

Tints of Light Sea Green #21B3BD

RGB

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

 GREEN value IS 179 (70.31% from 255) = 44.64%

 BLUE value IS 189 (74.22% from 255) = 47.13%

R = 8.23%
G = 44.64%
B = 47.13%

CMYK

 C value IS 0.83

 M value IS 0.05

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#21B3BD (or 0x21B3BD) is known color: Light Sea Green. HEX triplet: 21, B3 and BD. RGB value is (33,179,189). Sum of RGB (Red+Green+Blue) = 33+179+189=401 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.23% from 401); Green value is 179 (70.31% from 255 or 44.64% from 401); Blue value is 189 (74.22% from 255 or 47.13% from 401); Max value from RGB is 189 - color contains mainly: blue. Hex color #21B3BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21B3BD is #DE4C42. Grayscale: #888888. Windows color (decimal): -14568515 or 12432161. OLE color: 12432161.

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

Color convert

RGB 33 179 189 -
CMYK 0.83 0.05 0 0.26
HSL 183.85º 0.7% 0.44% -
HSV(B) 183.85º 0.83% 0.74% -
XYZ 25.93 36.24 53.77 -
YUV 136.49 157.63 54.19 -
System Red Green Blue C M Y K H S L
Decimal 33 179 189 0.83 0.05 0 0.26 183.85 0.7 0.44
Hex 21 B3 BD 53 5 0 1A B8 46 2C
Octal 41 263 275 123 5 0 32 270 106 54
Binary 100001 10110011 10111101 1010011 101 0 11010 10111000 1000110 101100

Color Harmonies of #21B3BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21B3BD

Black with #21B3BD

Text Example


Text Example

White with #21B3BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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