Html Css Color HEX #21B69B Light Sea Green

📋 copy color: '#21B69B'

red 33 ◦ green 182 ◦ blue 155

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

Shades of Light Sea Green #21B69B

Tints of Light Sea Green #21B69B

RGB

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

 GREEN value IS 182 (71.48% from 255) = 49.19%

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

R = 8.92%
G = 49.19%
B = 41.89%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#21B69B (or 0x21B69B) is known color: Light Sea Green. HEX triplet: 21, B6 and 9B. RGB value is (33,182,155). Sum of RGB (Red+Green+Blue) = 33+182+155=370 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.92% from 370); Green value is 182 (71.48% from 255 or 49.19% from 370); Blue value is 155 (60.94% from 255 or 41.89% from 370); Max value from RGB is 182 - color contains mainly: green. Hex color #21B69B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21B69B is #DE4964. Grayscale: #868686. Windows color (decimal): -14567781 or 10204705. OLE color: 10204705.

HSL color Cylindrical-coordinate representation of color #21B69B: hue angle of 169.13º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21B69B is Cyan = 0.82, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB 33 182 155 -
CMYK 0.82 0 0.15 0.29
HSL 169.13º 0.69% 0.42% -
HSV(B) 169.13º 0.82% 0.71% -
XYZ 23.27 36.15 36.76 -
YUV 134.37 139.64 55.7 -
System Red Green Blue C M Y K H S L
Decimal 33 182 155 0.82 0 0.15 0.29 169.13 0.69 0.42
Hex 21 B6 9B 52 0 F 1D A9 45 2A
Octal 41 266 233 122 0 17 35 251 105 52
Binary 100001 10110110 10011011 1010010 0 1111 11101 10101001 1000101 101010

Color Harmonies of #21B69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21B69B

Black with #21B69B

Text Example


Text Example

White with #21B69B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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