Html Css Color HEX #21CCB3 Light Sea Green

📋 copy color: '#21CCB3'

red 33 ◦ green 204 ◦ blue 179

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

Shades of Light Sea Green #21CCB3

Tints of Light Sea Green #21CCB3

RGB

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

 GREEN value IS 204 (80.08% from 255) = 49.04%

 BLUE value IS 179 (70.31% from 255) = 43.03%

R = 7.93%
G = 49.04%
B = 43.03%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.12

 K value IS 0.2

RGB Variations

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

Color information

#21CCB3 (or 0x21CCB3) is known color: Light Sea Green. HEX triplet: 21, CC and B3. RGB value is (33,204,179). Sum of RGB (Red+Green+Blue) = 33+204+179=416 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.93% from 416); Green value is 204 (80.08% from 255 or 49.04% from 416); Blue value is 179 (70.31% from 255 or 43.03% from 416); Max value from RGB is 204 - color contains mainly: green. Hex color #21CCB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21CCB3 is #DE334C. Grayscale: #959595. Windows color (decimal): -14562125 or 11783201. OLE color: 11783201.

HSL color Cylindrical-coordinate representation of color #21CCB3: hue angle of 171.23º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CCB3 is Cyan = 0.84, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.2.

Color convert

RGB 33 204 179 -
CMYK 0.84 0 0.12 0.2
HSL 171.23º 0.72% 0.46% -
HSV(B) 171.23º 0.84% 0.8% -
XYZ 30.36 46.76 50.07 -
YUV 150.02 144.35 44.53 -
System Red Green Blue C M Y K H S L
Decimal 33 204 179 0.84 0 0.12 0.2 171.23 0.72 0.46
Hex 21 CC B3 54 0 C 14 AB 48 2E
Octal 41 314 263 124 0 14 24 253 110 56
Binary 100001 11001100 10110011 1010100 0 1100 10100 10101011 1001000 101110

Color Harmonies of #21CCB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CCB3

Black with #21CCB3

Text Example


Text Example

White with #21CCB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,204,179); }

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

background-color css

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

 a { background-color: rgb(33,204,179); }

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

border-color css

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

 span { border-color: rgb(33,204,179); }

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