Html Css Color HEX #3CACCC Viking

📋 copy color: '#3CACCC'

red 60 ◦ green 172 ◦ blue 204

#3CACCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viking #3CACCC

Tints of Viking #3CACCC

RGB

 RED value IS 60 (23.83% from 255) = 13.76%

 GREEN value IS 172 (67.58% from 255) = 39.45%

 BLUE value IS 204 (80.08% from 255) = 46.79%

R = 13.76%
G = 39.45%
B = 46.79%

CMYK

 C value IS 0.71

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3CACCC (or 0x3CACCC) is known color: Viking. HEX triplet: 3C, AC and CC. RGB value is (60,172,204). Sum of RGB (Red+Green+Blue) = 60+172+204=436 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.76% from 436); Green value is 172 (67.58% from 255 or 39.45% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 204 - color contains mainly: blue. Hex color #3CACCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CACCC is #C35333. Grayscale: #8D8D8D. Windows color (decimal): -12800820 or 13413436. OLE color: 13413436.

HSL color Cylindrical-coordinate representation of color #3CACCC: hue angle of 193.33º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CACCC is Cyan = 0.71, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 60 172 204 -
CMYK 0.71 0.16 0 0.2
HSL 193.33º 0.59% 0.52% -
HSV(B) 193.33º 0.71% 0.8% -
XYZ 27.52 34.83 62.4 -
YUV 142.16 162.89 69.4 -
System Red Green Blue C M Y K H S L
Decimal 60 172 204 0.71 0.16 0 0.2 193.33 0.59 0.52
Hex 3C AC CC 47 10 0 14 C1 3B 34
Octal 74 254 314 107 20 0 24 301 73 64
Binary 111100 10101100 11001100 1000111 10000 0 10100 11000001 111011 110100

Color Harmonies of #3CACCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CACCC

Black with #3CACCC

Text Example


Text Example

White with #3CACCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,172,204); }

 H1.HeaderClassName
 {
   color: #3CACCC;
 }
 .AnyTagClassName
 {
   color: #3CACCC;
 }
</style>

background-color css

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

 a { background-color: rgb(60,172,204); }

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

border-color css

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

 span { border-color: rgb(60,172,204); }

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