#24ACBB

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

Shades of Pelorous #24ACBB

Tints of Pelorous #24ACBB

Color information

#24ACBB (or 0x24ACBB) is unknown color: approx Pelorous. HEX triplet: 24, AC and BB. RGB value is (36,172,187). Sum of RGB (Red+Green+Blue) = 36+172+187=395 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.11% from 395); Green value is 172 (67.58% from 255 or 43.54% from 395); Blue value is 187 (73.44% from 255 or 47.34% from 395); Max value from RGB is 187 - color contains mainly: blue. Hex color #24ACBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #24ACBB is #DB5344. Grayscale: #848484. Windows color (decimal): -14373701 or 12299300. OLE color: 12299300.

HSL color Cylindrical-coordinate representation of color #24ACBB: hue angle of 185.96º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #24ACBB is Cyan = 0.81, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB36172187-
CMYK0.810.0800.27
HSL185.96º67.71%43.73%-
HSV(B)185.96º80.75%73.33%-
XYZ24.4533.4752.19-
YUV133.05158.4458.78-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 9.11%
GREEN value IS 172 (67.58% from 255) = 43.54%
BLUE value IS 187 (73.44% from 255) = 47.34%
R=9.11%
G=43.54%
B=47.34%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal361721870.810.0800.27185.9667.7143.73
Hex24ACBB51801Bba442c
Octal442542731211003327210454
Binary100100101011001011101110100011000011011101110101000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24ACBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24ACBB; }

 p { color: rgb(36,172,187); }

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

<style>
 a { background-color: #24ACBB; }

 a { background-color: rgb(36,172,187); }

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

<style>
 span { border-color: #24ACBB; }

 span { border-color: rgb(36,172,187); }

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