#23A0BB

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

Shades of Pelorous #23A0BB

Tints of Pelorous #23A0BB

Color information

#23A0BB (or 0x23A0BB) is unknown color: approx Pelorous. HEX triplet: 23, A0 and BB. RGB value is (35,160,187). Sum of RGB (Red+Green+Blue) = 35+160+187=382 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.16% from 382); Green value is 160 (62.89% from 255 or 41.88% from 382); Blue value is 187 (73.44% from 255 or 48.95% from 382); Max value from RGB is 187 - color contains mainly: blue. Hex color #23A0BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #23A0BB is #DC5F44. Grayscale: #7D7D7D. Windows color (decimal): -14442309 or 12296227. OLE color: 12296227.

HSL color Cylindrical-coordinate representation of color #23A0BB: hue angle of 190.66º 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 #23A0BB is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB35160187-
CMYK0.810.1400.27
HSL190.66º68.47%43.53%-
HSV(B)190.66º81.28%73.33%-
XYZ22.2329.0951.46-
YUV125.7162.5963.3-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.16%
GREEN value IS 160 (62.89% from 255) = 41.88%
BLUE value IS 187 (73.44% from 255) = 48.95%
R=9.16%
G=41.88%
B=48.95%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal351601870.810.1400.27190.6668.4743.53
Hex23A0BB51E01Bbf442c
Octal432402731211603327710454
Binary100011101000001011101110100011110011011101111111000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23A0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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