Html Css Color HEX #21ABB8 Light Sea Green

📋 copy color: '#21ABB8'

red 33 ◦ green 171 ◦ blue 184

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

Shades of Light Sea Green #21ABB8

Tints of Light Sea Green #21ABB8

RGB

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

 GREEN value IS 171 (67.19% from 255) = 44.07%

 BLUE value IS 184 (72.27% from 255) = 47.42%

R = 8.51%
G = 44.07%
B = 47.42%

CMYK

 C value IS 0.82

 M value IS 0.07

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#21ABB8 (or 0x21ABB8) is known color: Light Sea Green. HEX triplet: 21, AB and B8. RGB value is (33,171,184). Sum of RGB (Red+Green+Blue) = 33+171+184=388 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.51% from 388); Green value is 171 (67.19% from 255 or 44.07% from 388); Blue value is 184 (72.27% from 255 or 47.42% from 388); Max value from RGB is 184 - color contains mainly: blue. Hex color #21ABB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21ABB8 is #DE5447. Grayscale: #838383. Windows color (decimal): -14570568 or 12102433. OLE color: 12102433.

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

Color convert

RGB 33 171 184 -
CMYK 0.82 0.07 0 0.28
HSL 185.17º 0.7% 0.43% -
HSV(B) 185.17º 0.82% 0.72% -
XYZ 23.84 32.91 50.44 -
YUV 131.22 157.78 57.94 -
System Red Green Blue C M Y K H S L
Decimal 33 171 184 0.82 0.07 0 0.28 185.17 0.7 0.43
Hex 21 AB B8 52 7 0 1C B9 46 2B
Octal 41 253 270 122 7 0 34 271 106 53
Binary 100001 10101011 10111000 1010010 111 0 11100 10111001 1000110 101011

Color Harmonies of #21ABB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21ABB8

Black with #21ABB8

Text Example


Text Example

White with #21ABB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,171,184); }

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

background-color css

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

 a { background-color: rgb(33,171,184); }

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

border-color css

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

 span { border-color: rgb(33,171,184); }

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