Html Css Color HEX #21BABB Light Sea Green

📋 copy color: '#21BABB'

red 33 ◦ green 186 ◦ blue 187

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

Shades of Light Sea Green #21BABB

Tints of Light Sea Green #21BABB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 45.81%

 BLUE value IS 187 (73.44% from 255) = 46.06%

R = 8.13%
G = 45.81%
B = 46.06%

CMYK

 C value IS 0.82

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#21BABB (or 0x21BABB) is known color: Light Sea Green. HEX triplet: 21, BA and BB. RGB value is (33,186,187). Sum of RGB (Red+Green+Blue) = 33+186+187=406 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.13% from 406); Green value is 186 (73.05% from 255 or 45.81% from 406); Blue value is 187 (73.44% from 255 or 46.06% from 406); Max value from RGB is 187 - color contains mainly: blue. Hex color #21BABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BABB is #DE4544. Grayscale: #8C8C8C. Windows color (decimal): -14566725 or 12302881. OLE color: 12302881.

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

Color convert

RGB 33 186 187 -
CMYK 0.82 0.01 0 0.27
HSL 180.39º 0.7% 0.43% -
HSV(B) 180.39º 0.82% 0.73% -
XYZ 27.16 39.03 53.12 -
YUV 140.37 154.31 51.42 -
System Red Green Blue C M Y K H S L
Decimal 33 186 187 0.82 0.01 0 0.27 180.39 0.7 0.43
Hex 21 BA BB 52 1 0 1B B4 46 2B
Octal 41 272 273 122 1 0 33 264 106 53
Binary 100001 10111010 10111011 1010010 1 0 11011 10110100 1000110 101011

Color Harmonies of #21BABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BABB

Black with #21BABB

Text Example


Text Example

White with #21BABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,186,187); }

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

background-color css

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

 a { background-color: rgb(33,186,187); }

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

border-color css

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

 span { border-color: rgb(33,186,187); }

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