#23A1AB

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

Shades of Pelorous #23A1AB

Tints of Pelorous #23A1AB

Color information

#23A1AB (or 0x23A1AB) is unknown color: approx Pelorous. HEX triplet: 23, A1 and AB. RGB value is (35,161,171). Sum of RGB (Red+Green+Blue) = 35+161+171=367 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.54% from 367); Green value is 161 (63.28% from 255 or 43.87% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 171 - color contains mainly: blue. Hex color #23A1AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23A1AB is #DC5E54. Grayscale: #7C7C7C. Windows color (decimal): -14442069 or 11247907. OLE color: 11247907.

HSL color Cylindrical-coordinate representation of color #23A1AB: hue angle of 184.41º 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 #23A1AB is Cyan = 0.80, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB35161171-
CMYK0.800.0600.33
HSL184.41º66.02%40.39%-
HSV(B)184.41º79.53%67.06%-
XYZ20.7928.7942.99-
YUV124.47154.2664.19-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.54%
GREEN value IS 161 (63.28% from 255) = 43.87%
BLUE value IS 171 (67.19% from 255) = 46.59%
R=9.54%
G=43.87%
B=46.59%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal351611710.800.0600.33184.4166.0240.39
Hex23A1AB506021b84228
Octal43241253120604127010250
Binary100011101000011010101110100001100100001101110001000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23A1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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