Html Css Color HEX #21BA9B Light Sea Green

📋 copy color: '#21BA9B'

red 33 ◦ green 186 ◦ blue 155

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

Shades of Light Sea Green #21BA9B

Tints of Light Sea Green #21BA9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.44%

R = 8.82%
G = 49.73%
B = 41.44%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#21BA9B (or 0x21BA9B) is known color: Light Sea Green. HEX triplet: 21, BA and 9B. RGB value is (33,186,155). Sum of RGB (Red+Green+Blue) = 33+186+155=374 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.82% from 374); Green value is 186 (73.05% from 255 or 49.73% from 374); Blue value is 155 (60.94% from 255 or 41.44% from 374); Max value from RGB is 186 - color contains mainly: green. Hex color #21BA9B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21BA9B is #DE4564. Grayscale: #888888. Windows color (decimal): -14566757 or 10205729. OLE color: 10205729.

HSL color Cylindrical-coordinate representation of color #21BA9B: hue angle of 167.84º 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 #21BA9B is Cyan = 0.82, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB 33 186 155 -
CMYK 0.82 0 0.17 0.27
HSL 167.84º 0.7% 0.43% -
HSV(B) 167.84º 0.82% 0.73% -
XYZ 24.1 37.81 37.04 -
YUV 136.72 138.31 54.02 -
System Red Green Blue C M Y K H S L
Decimal 33 186 155 0.82 0 0.17 0.27 167.84 0.7 0.43
Hex 21 BA 9B 52 0 11 1B A8 46 2B
Octal 41 272 233 122 0 21 33 250 106 53
Binary 100001 10111010 10011011 1010010 0 10001 11011 10101000 1000110 101011

Color Harmonies of #21BA9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BA9B

Black with #21BA9B

Text Example


Text Example

White with #21BA9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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