Html Css Color HEX #4CC0CA Viking

📋 copy color: '#4CC0CA'

red 76 ◦ green 192 ◦ blue 202

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

Shades of Viking #4CC0CA

Tints of Viking #4CC0CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.98%

R = 16.17%
G = 40.85%
B = 42.98%

CMYK

 C value IS 0.62

 M value IS 0.05

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4CC0CA (or 0x4CC0CA) is known color: Viking. HEX triplet: 4C, C0 and CA. RGB value is (76,192,202). Sum of RGB (Red+Green+Blue) = 76+192+202=470 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.17% from 470); Green value is 192 (75.39% from 255 or 40.85% from 470); Blue value is 202 (79.30% from 255 or 42.98% from 470); Max value from RGB is 202 - color contains mainly: blue. Hex color #4CC0CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CC0CA is #B33F35. Grayscale: #9E9E9E. Windows color (decimal): -11747126 or 13287500. OLE color: 13287500.

HSL color Cylindrical-coordinate representation of color #4CC0CA: hue angle of 184.76º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4CC0CA is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 76 192 202 -
CMYK 0.62 0.05 0 0.21
HSL 184.76º 0.54% 0.55% -
HSV(B) 184.76º 0.62% 0.79% -
XYZ 32.49 43.5 62.56 -
YUV 158.46 152.57 69.19 -
System Red Green Blue C M Y K H S L
Decimal 76 192 202 0.62 0.05 0 0.21 184.76 0.54 0.55
Hex 4C C0 CA 3E 5 0 15 B9 36 37
Octal 114 300 312 76 5 0 25 271 66 67
Binary 1001100 11000000 11001010 111110 101 0 10101 10111001 110110 110111

Color Harmonies of #4CC0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CC0CA

Black with #4CC0CA

Text Example


Text Example

White with #4CC0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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