Html Css Color HEX #21B4BD Light Sea Green

📋 copy color: '#21B4BD'

red 33 ◦ green 180 ◦ blue 189

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

Shades of Light Sea Green #21B4BD

Tints of Light Sea Green #21B4BD

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.78%

 BLUE value IS 189 (74.22% from 255) = 47.01%

R = 8.21%
G = 44.78%
B = 47.01%

CMYK

 C value IS 0.83

 M value IS 0.05

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#21B4BD (or 0x21B4BD) is known color: Light Sea Green. HEX triplet: 21, B4 and BD. RGB value is (33,180,189). Sum of RGB (Red+Green+Blue) = 33+180+189=402 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.21% from 402); Green value is 180 (70.70% from 255 or 44.78% from 402); Blue value is 189 (74.22% from 255 or 47.01% from 402); Max value from RGB is 189 - color contains mainly: blue. Hex color #21B4BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21B4BD is #DE4B42. Grayscale: #888888. Windows color (decimal): -14568259 or 12432417. OLE color: 12432417.

HSL color Cylindrical-coordinate representation of color #21B4BD: hue angle of 183.46º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21B4BD is Cyan = 0.83, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 33 180 189 -
CMYK 0.83 0.05 0 0.26
HSL 183.46º 0.7% 0.44% -
HSV(B) 183.46º 0.83% 0.74% -
XYZ 26.13 36.64 53.84 -
YUV 137.07 157.3 53.77 -
System Red Green Blue C M Y K H S L
Decimal 33 180 189 0.83 0.05 0 0.26 183.46 0.7 0.44
Hex 21 B4 BD 53 5 0 1A B7 46 2C
Octal 41 264 275 123 5 0 32 267 106 54
Binary 100001 10110100 10111101 1010011 101 0 11010 10110111 1000110 101100

Color Harmonies of #21B4BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21B4BD

Black with #21B4BD

Text Example


Text Example

White with #21B4BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,180,189); }

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

background-color css

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

 a { background-color: rgb(33,180,189); }

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

border-color css

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

 span { border-color: rgb(33,180,189); }

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