Html Css Color HEX #4ABCB8 Viking

📋 copy color: '#4ABCB8'

red 74 ◦ green 188 ◦ blue 184

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

Shades of Viking #4ABCB8

Tints of Viking #4ABCB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 41.26%

R = 16.59%
G = 42.15%
B = 41.26%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#4ABCB8 (or 0x4ABCB8) is known color: Viking. HEX triplet: 4A, BC and B8. RGB value is (74,188,184). Sum of RGB (Red+Green+Blue) = 74+188+184=446 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.59% from 446); Green value is 188 (73.83% from 255 or 42.15% from 446); Blue value is 184 (72.27% from 255 or 41.26% from 446); Max value from RGB is 188 - color contains mainly: green. Hex color #4ABCB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABCB8 is #B54347. Grayscale: #999999. Windows color (decimal): -11879240 or 12106826. OLE color: 12106826.

HSL color Cylindrical-coordinate representation of color #4ABCB8: hue angle of 177.89º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4ABCB8 is Cyan = 0.61, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 74 188 184 -
CMYK 0.61 0 0.02 0.26
HSL 177.89º 0.46% 0.51% -
HSV(B) 177.89º 0.61% 0.74% -
XYZ 29.46 40.88 51.69 -
YUV 153.46 145.23 71.33 -
System Red Green Blue C M Y K H S L
Decimal 74 188 184 0.61 0 0.02 0.26 177.89 0.46 0.51
Hex 4A BC B8 3D 0 2 1A B2 2E 33
Octal 112 274 270 75 0 2 32 262 56 63
Binary 1001010 10111100 10111000 111101 0 10 11010 10110010 101110 110011

Color Harmonies of #4ABCB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABCB8

Black with #4ABCB8

Text Example


Text Example

White with #4ABCB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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