Html Css Color HEX #219EAB Pelorous

📋 copy color: '#219EAB'

red 33 ◦ green 158 ◦ blue 171

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

Shades of Pelorous #219EAB

Tints of Pelorous #219EAB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 43.65%

 BLUE value IS 171 (67.19% from 255) = 47.24%

R = 9.12%
G = 43.65%
B = 47.24%

CMYK

 C value IS 0.81

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#219EAB (or 0x219EAB) is known color: Pelorous. HEX triplet: 21, 9E and AB. RGB value is (33,158,171). Sum of RGB (Red+Green+Blue) = 33+158+171=362 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.12% from 362); Green value is 158 (62.11% from 255 or 43.65% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 171 - color contains mainly: blue. Hex color #219EAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219EAB is #DE6154. Grayscale: #797979. Windows color (decimal): -14573909 or 11247137. OLE color: 11247137.

HSL color Cylindrical-coordinate representation of color #219EAB: hue angle of 185.65º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #219EAB is Cyan = 0.81, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 33 158 171 -
CMYK 0.81 0.08 0 0.33
HSL 185.65º 0.68% 0.4% -
HSV(B) 185.65º 0.81% 0.67% -
XYZ 20.2 27.72 42.81 -
YUV 122.11 155.59 64.44 -
System Red Green Blue C M Y K H S L
Decimal 33 158 171 0.81 0.08 0 0.33 185.65 0.68 0.4
Hex 21 9E AB 51 8 0 21 BA 44 28
Octal 41 236 253 121 10 0 41 272 104 50
Binary 100001 10011110 10101011 1010001 1000 0 100001 10111010 1000100 101000

Color Harmonies of #219EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219EAB

Black with #219EAB

Text Example


Text Example

White with #219EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219EAB; }

 p { color: rgb(33,158,171); }

 H1.HeaderClassName
 {
   color: #219EAB;
 }
 .AnyTagClassName
 {
   color: #219EAB;
 }
</style>

background-color css

<style>
 a { background-color: #219EAB; }

 a { background-color: rgb(33,158,171); }

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

border-color css

<style>
 span { border-color: #219EAB; }

 span { border-color: rgb(33,158,171); }

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