#3caec4

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

Shades of Viking #3CAEC4

Tints of Viking #3CAEC4

Color information

#3CAEC4 (or 0x3CAEC4) is unknown color: approx Viking. HEX triplet: 3C, AE and C4. RGB value is (60,174,196). Sum of RGB (Red+Green+Blue) = 60+174+196=430 (56% of max value = 765). Red value is 60 (23.83% from 255 or 13.95% from 430); Green value is 174 (68.36% from 255 or 40.47% from 430); Blue value is 196 (76.95% from 255 or 45.58% from 430); Max value from RGB is 196 - color contains mainly: blue. Hex color #3CAEC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CAEC4 is #C3513B. Grayscale: #8E8E8E. Windows color (decimal): -12800316 or 12889660. OLE color: 12889660.

HSL color Cylindrical-coordinate representation of color #3CAEC4: hue angle of 189.71º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CAEC4 is Cyan = 0.69, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB60174196-
CMYK0.690.1100.23
HSL189.71º53.54%50.2%-
HSV(B)189.71º69.39%76.86%-
XYZ26.9635.2257.6-
YUV142.42158.2369.21-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 13.95%
GREEN value IS 174 (68.36% from 255) = 40.47%
BLUE value IS 196 (76.95% from 255) = 45.58%
R=13.95%
G=40.47%
B=45.58%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal601741960.690.1100.23189.7153.5450.2
Hex3CAEC445B017be3632
Octal74256304105130272766662
Binary11110010101110110001001000101101101011110111110110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3caec4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,174,196); }

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

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

 a { background-color: rgb(60,174,196); }

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

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

 span { border-color: rgb(60,174,196); }

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