#2CA8B8

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

Shades of Pelorous #2CA8B8

Tints of Pelorous #2CA8B8

Color information

#2CA8B8 (or 0x2CA8B8) is unknown color: approx Pelorous. HEX triplet: 2C, A8 and B8. RGB value is (44,168,184). Sum of RGB (Red+Green+Blue) = 44+168+184=396 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11.11% from 396); Green value is 168 (66.02% from 255 or 42.42% from 396); Blue value is 184 (72.27% from 255 or 46.46% from 396); Max value from RGB is 184 - color contains mainly: blue. Hex color #2CA8B8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2CA8B8 is #D35747. Grayscale: #848484. Windows color (decimal): -13850440 or 12101676. OLE color: 12101676.

HSL color Cylindrical-coordinate representation of color #2CA8B8: hue angle of 186.86º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CA8B8 is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB44168184-
CMYK0.760.0900.28
HSL186.86º61.4%44.71%-
HSV(B)186.86º76.09%72.16%-
XYZ23.693250.28-
YUV132.75156.9264.7-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.11%
GREEN value IS 168 (66.02% from 255) = 42.42%
BLUE value IS 184 (72.27% from 255) = 46.46%
R=11.11%
G=42.42%
B=46.46%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal441681840.760.0900.28186.8661.444.71
Hex2CA8B84C901Cbb3d2d
Octal54250270114110342737555
Binary10110010101000101110001001100100101110010111011111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CA8B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2CA8B8; }

 p { color: rgb(44,168,184); }

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

<style>
 a { background-color: #2CA8B8; }

 a { background-color: rgb(44,168,184); }

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

<style>
 span { border-color: #2CA8B8; }

 span { border-color: rgb(44,168,184); }

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