#3CA8AD

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

Shades of Pelorous #3CA8AD

Tints of Pelorous #3CA8AD

Color information

#3CA8AD (or 0x3CA8AD) is unknown color: approx Pelorous. HEX triplet: 3C, A8 and AD. RGB value is (60,168,173). Sum of RGB (Red+Green+Blue) = 60+168+173=401 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.96% from 401); Green value is 168 (66.02% from 255 or 41.90% from 401); Blue value is 173 (67.97% from 255 or 43.14% from 401); Max value from RGB is 173 - color contains mainly: blue. Hex color #3CA8AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CA8AD is #C35752. Grayscale: #888888. Windows color (decimal): -12801875 or 11380796. OLE color: 11380796.

HSL color Cylindrical-coordinate representation of color #3CA8AD: hue angle of 182.65º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3CA8AD is Cyan = 0.65, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB60168173-
CMYK0.650.0300.32
HSL182.65º48.5%45.69%-
HSV(B)182.65º65.32%67.84%-
XYZ23.4131.9844.47-
YUV136.28148.7273.59-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 14.96%
GREEN value IS 168 (66.02% from 255) = 41.90%
BLUE value IS 173 (67.97% from 255) = 43.14%
R=14.96%
G=41.90%
B=43.14%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal601681730.650.0300.32182.6548.545.69
Hex3CA8AD413020b7302e
Octal7425025510130402676056
Binary1111001010100010101101100000111010000010110111110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3CA8AD; }

 p { color: rgb(60,168,173); }

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

<style>
 a { background-color: #3CA8AD; }

 a { background-color: rgb(60,168,173); }

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

<style>
 span { border-color: #3CA8AD; }

 span { border-color: rgb(60,168,173); }

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