Html Css Color HEX #21B7AF Light Sea Green

📋 copy color: '#21B7AF'

red 33 ◦ green 183 ◦ blue 175

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

Shades of Light Sea Green #21B7AF

Tints of Light Sea Green #21B7AF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 46.8%

 BLUE value IS 175 (68.75% from 255) = 44.76%

R = 8.44%
G = 46.8%
B = 44.76%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#21B7AF (or 0x21B7AF) is known color: Light Sea Green. HEX triplet: 21, B7 and AF. RGB value is (33,183,175). Sum of RGB (Red+Green+Blue) = 33+183+175=391 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.44% from 391); Green value is 183 (71.88% from 255 or 46.80% from 391); Blue value is 175 (68.75% from 255 or 44.76% from 391); Max value from RGB is 183 - color contains mainly: green. Hex color #21B7AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21B7AF is #DE4850. Grayscale: #898989. Windows color (decimal): -14567505 or 11515681. OLE color: 11515681.

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

Color convert

RGB 33 183 175 -
CMYK 0.82 0 0.04 0.28
HSL 176.8º 0.69% 0.42% -
HSV(B) 176.8º 0.82% 0.72% -
XYZ 25.3 37.29 46.42 -
YUV 137.24 149.31 53.65 -
System Red Green Blue C M Y K H S L
Decimal 33 183 175 0.82 0 0.04 0.28 176.8 0.69 0.42
Hex 21 B7 AF 52 0 4 1C B1 45 2A
Octal 41 267 257 122 0 4 34 261 105 52
Binary 100001 10110111 10101111 1010010 0 100 11100 10110001 1000101 101010

Color Harmonies of #21B7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21B7AF

Black with #21B7AF

Text Example


Text Example

White with #21B7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,183,175); }

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

background-color css

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

 a { background-color: rgb(33,183,175); }

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

border-color css

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

 span { border-color: rgb(33,183,175); }

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