#21ACBE

Color #21ACBE Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #21ACBE

Tints of Pelorous #21ACBE

Color information

#21ACBE (or 0x21ACBE) is unknown color: approx Pelorous. HEX triplet: 21, AC and BE. RGB value is (33,172,190). Sum of RGB (Red+Green+Blue) = 33+172+190=395 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.35% from 395); Green value is 172 (67.58% from 255 or 43.54% from 395); Blue value is 190 (74.61% from 255 or 48.10% from 395); Max value from RGB is 190 - color contains mainly: blue. Hex color #21ACBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21ACBE is #DE5341. Grayscale: #848484. Windows color (decimal): -14570306 or 12495905. OLE color: 12495905.

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

Color convert

RGB33172190-
CMYK0.830.0900.25
HSL186.88º70.4%43.73%-
HSV(B)186.88º82.63%74.51%-
XYZ24.6733.5553.89-
YUV132.49160.4557.04-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.35%
GREEN value IS 172 (67.58% from 255) = 43.54%
BLUE value IS 190 (74.61% from 255) = 48.10%
R=8.35%
G=43.54%
B=48.10%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal331721900.830.0900.25186.8870.443.73
Hex21ACBE539019bb462c
Octal412542761231103127310654
Binary100001101011001011111010100111001011001101110111000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21ACBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,172,190); }

 H1.HeaderClassName
 {
   color: #21ACBE;
 }
 .AnyTagClassName
 {
   color: #21ACBE;
 }
</style>
background-color css

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

 a { background-color: rgb(33,172,190); }

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

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

 span { border-color: rgb(33,172,190); }

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