#26ACBE

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

Shades of Pelorous #26ACBE

Tints of Pelorous #26ACBE

Color information

#26ACBE (or 0x26ACBE) is unknown color: approx Pelorous. HEX triplet: 26, AC and BE. RGB value is (38,172,190). Sum of RGB (Red+Green+Blue) = 38+172+190=400 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.5% from 400); Green value is 172 (67.58% from 255 or 43% from 400); Blue value is 190 (74.61% from 255 or 47.5% from 400); Max value from RGB is 190 - color contains mainly: blue. Hex color #26ACBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #26ACBE is #D95341. Grayscale: #858585. Windows color (decimal): -14242626 or 12495910. OLE color: 12495910.

HSL color Cylindrical-coordinate representation of color #26ACBE: hue angle of 187.11º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26ACBE is Cyan = 0.8, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB38172190-
CMYK0.80.0900.25
HSL187.11º66.67%44.71%-
HSV(B)187.11º80%74.51%-
XYZ24.8533.6353.9-
YUV133.99159.6159.54-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.5%
GREEN value IS 172 (67.58% from 255) = 43%
BLUE value IS 190 (74.61% from 255) = 47.5%
R=9.5%
G=43%
B=47.5%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal381721900.80.0900.25187.1166.6744.71
Hex26ACBE509019bb432d
Octal462542761201103127310355
Binary100110101011001011111010100001001011001101110111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26ACBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26ACBE; }

 p { color: rgb(38,172,190); }

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

<style>
 a { background-color: #26ACBE; }

 a { background-color: rgb(38,172,190); }

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

<style>
 span { border-color: #26ACBE; }

 span { border-color: rgb(38,172,190); }

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