#24A3AE

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

Shades of Pelorous #24A3AE

Tints of Pelorous #24A3AE

Color information

#24A3AE (or 0x24A3AE) is unknown color: approx Pelorous. HEX triplet: 24, A3 and AE. RGB value is (36,163,174). Sum of RGB (Red+Green+Blue) = 36+163+174=373 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.65% from 373); Green value is 163 (64.06% from 255 or 43.70% from 373); Blue value is 174 (68.36% from 255 or 46.65% from 373); Max value from RGB is 174 - color contains mainly: blue. Hex color #24A3AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24A3AE is #DB5C51. Grayscale: #7E7E7E. Windows color (decimal): -14376018 or 11445028. OLE color: 11445028.

HSL color Cylindrical-coordinate representation of color #24A3AE: hue angle of 184.78º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #24A3AE is Cyan = 0.79, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB36163174-
CMYK0.790.0600.32
HSL184.78º65.71%41.18%-
HSV(B)184.78º79.31%68.24%-
XYZ21.4629.6344.63-
YUV126.28154.9263.61-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 9.65%
GREEN value IS 163 (64.06% from 255) = 43.70%
BLUE value IS 174 (68.36% from 255) = 46.65%
R=9.65%
G=43.70%
B=46.65%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal361631740.790.0600.32184.7865.7141.18
Hex24A3AE4F6020b94229
Octal44243256117604027110251
Binary100100101000111010111010011111100100000101110011000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24A3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,163,174); }

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

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

 a { background-color: rgb(36,163,174); }

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

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

 span { border-color: rgb(36,163,174); }

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