Html Css Color HEX #4CC0CE Viking

📋 copy color: '#4CC0CE'

red 76 ◦ green 192 ◦ blue 206

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

Shades of Viking #4CC0CE

Tints of Viking #4CC0CE

RGB

 RED value IS 76 (30.08% from 255) = 16.03%

 GREEN value IS 192 (75.39% from 255) = 40.51%

 BLUE value IS 206 (80.86% from 255) = 43.46%

R = 16.03%
G = 40.51%
B = 43.46%

CMYK

 C value IS 0.63

 M value IS 0.07

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4CC0CE (or 0x4CC0CE) is known color: Viking. HEX triplet: 4C, C0 and CE. RGB value is (76,192,206). Sum of RGB (Red+Green+Blue) = 76+192+206=474 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.03% from 474); Green value is 192 (75.39% from 255 or 40.51% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 206 - color contains mainly: blue. Hex color #4CC0CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CC0CE is #B33F31. Grayscale: #9E9E9E. Windows color (decimal): -11747122 or 13549644. OLE color: 13549644.

HSL color Cylindrical-coordinate representation of color #4CC0CE: hue angle of 186.46º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CC0CE is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 76 192 206 -
CMYK 0.63 0.07 0 0.19
HSL 186.46º 0.57% 0.55% -
HSV(B) 186.46º 0.63% 0.81% -
XYZ 32.97 43.69 65.09 -
YUV 158.91 154.57 68.86 -
System Red Green Blue C M Y K H S L
Decimal 76 192 206 0.63 0.07 0 0.19 186.46 0.57 0.55
Hex 4C C0 CE 3F 7 0 13 BA 39 37
Octal 114 300 316 77 7 0 23 272 71 67
Binary 1001100 11000000 11001110 111111 111 0 10011 10111010 111001 110111

Color Harmonies of #4CC0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CC0CE

Black with #4CC0CE

Text Example


Text Example

White with #4CC0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4CC0CE; }

 p { color: rgb(76,192,206); }

 H1.HeaderClassName
 {
   color: #4CC0CE;
 }
 .AnyTagClassName
 {
   color: #4CC0CE;
 }
</style>

background-color css

<style>
 a { background-color: #4CC0CE; }

 a { background-color: rgb(76,192,206); }

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

border-color css

<style>
 span { border-color: #4CC0CE; }

 span { border-color: rgb(76,192,206); }

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