Html Css Color HEX #4ABCC0 Viking

📋 copy color: '#4ABCC0'

red 74 ◦ green 188 ◦ blue 192

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

Shades of Viking #4ABCC0

Tints of Viking #4ABCC0

RGB

 RED value IS 74 (29.3% from 255) = 16.3%

 GREEN value IS 188 (73.83% from 255) = 41.41%

 BLUE value IS 192 (75.39% from 255) = 42.29%

R = 16.3%
G = 41.41%
B = 42.29%

CMYK

 C value IS 0.61

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4ABCC0 (or 0x4ABCC0) is known color: Viking. HEX triplet: 4A, BC and C0. RGB value is (74,188,192). Sum of RGB (Red+Green+Blue) = 74+188+192=454 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.30% from 454); Green value is 188 (73.83% from 255 or 41.41% from 454); Blue value is 192 (75.39% from 255 or 42.29% from 454); Max value from RGB is 192 - color contains mainly: blue. Hex color #4ABCC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABCC0 is #B5433F. Grayscale: #9A9A9A. Windows color (decimal): -11879232 or 12631114. OLE color: 12631114.

HSL color Cylindrical-coordinate representation of color #4ABCC0: hue angle of 182.03º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4ABCC0 is Cyan = 0.61, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 74 188 192 -
CMYK 0.61 0.02 0 0.25
HSL 182.03º 0.48% 0.52% -
HSV(B) 182.03º 0.61% 0.75% -
XYZ 30.32 41.23 56.23 -
YUV 154.37 149.23 70.67 -
System Red Green Blue C M Y K H S L
Decimal 74 188 192 0.61 0.02 0 0.25 182.03 0.48 0.52
Hex 4A BC C0 3D 2 0 19 B6 30 34
Octal 112 274 300 75 2 0 31 266 60 64
Binary 1001010 10111100 11000000 111101 10 0 11001 10110110 110000 110100

Color Harmonies of #4ABCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABCC0

Black with #4ABCC0

Text Example


Text Example

White with #4ABCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,188,192); }

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

background-color css

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

 a { background-color: rgb(74,188,192); }

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

border-color css

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

 span { border-color: rgb(74,188,192); }

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