#23A2AB

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

Shades of Pelorous #23A2AB

Tints of Pelorous #23A2AB

Color information

#23A2AB (or 0x23A2AB) is unknown color: approx Pelorous. HEX triplet: 23, A2 and AB. RGB value is (35,162,171). Sum of RGB (Red+Green+Blue) = 35+162+171=368 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.51% from 368); Green value is 162 (63.67% from 255 or 44.02% from 368); Blue value is 171 (67.19% from 255 or 46.47% from 368); Max value from RGB is 171 - color contains mainly: blue. Hex color #23A2AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23A2AB is #DC5D54. Grayscale: #7C7C7C. Windows color (decimal): -14441813 or 11248163. OLE color: 11248163.

HSL color Cylindrical-coordinate representation of color #23A2AB: hue angle of 183.97º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #23A2AB is Cyan = 0.80, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB35162171-
CMYK0.800.0500.33
HSL183.97º66.02%40.39%-
HSV(B)183.97º79.53%67.06%-
XYZ20.9629.1443.05-
YUV125.05153.9263.77-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.51%
GREEN value IS 162 (63.67% from 255) = 44.02%
BLUE value IS 171 (67.19% from 255) = 46.47%
R=9.51%
G=44.02%
B=46.47%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal351621710.800.0500.33183.9766.0240.39
Hex23A2AB505021b84228
Octal43242253120504127010250
Binary100011101000101010101110100001010100001101110001000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23A2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,162,171); }

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

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

 a { background-color: rgb(35,162,171); }

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

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

 span { border-color: rgb(35,162,171); }

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