#23A0AE

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

Shades of Pelorous #23A0AE

Tints of Pelorous #23A0AE

Color information

#23A0AE (or 0x23A0AE) is unknown color: approx Pelorous. HEX triplet: 23, A0 and AE. RGB value is (35,160,174). Sum of RGB (Red+Green+Blue) = 35+160+174=369 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.49% from 369); Green value is 160 (62.89% from 255 or 43.36% from 369); Blue value is 174 (68.36% from 255 or 47.15% from 369); Max value from RGB is 174 - color contains mainly: blue. Hex color #23A0AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23A0AE is #DC5F51. Grayscale: #7C7C7C. Windows color (decimal): -14442322 or 11444259. OLE color: 11444259.

HSL color Cylindrical-coordinate representation of color #23A0AE: hue angle of 186.04º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #23A0AE is Cyan = 0.80, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB35160174-
CMYK0.800.0800.32
HSL186.04º66.51%40.98%-
HSV(B)186.04º79.89%68.24%-
XYZ20.928.5544.45-
YUV124.22156.0964.36-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.49%
GREEN value IS 160 (62.89% from 255) = 43.36%
BLUE value IS 174 (68.36% from 255) = 47.15%
R=9.49%
G=43.36%
B=47.15%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal351601740.800.0800.32186.0466.5140.98
Hex23A0AE508020ba4329
Octal432402561201004027210351
Binary1000111010000010101110101000010000100000101110101000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23A0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23A0AE; }

 p { color: rgb(35,160,174); }

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

<style>
 a { background-color: #23A0AE; }

 a { background-color: rgb(35,160,174); }

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

<style>
 span { border-color: #23A0AE; }

 span { border-color: rgb(35,160,174); }

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