Html Css Color HEX #4ABDB9 Viking

📋 copy color: '#4ABDB9'

red 74 ◦ green 189 ◦ blue 185

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

Shades of Viking #4ABDB9

Tints of Viking #4ABDB9

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.19%

 BLUE value IS 185 (72.66% from 255) = 41.29%

R = 16.52%
G = 42.19%
B = 41.29%

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

#4ABDB9 (or 0x4ABDB9) is known color: Viking. HEX triplet: 4A, BD and B9. RGB value is (74,189,185). Sum of RGB (Red+Green+Blue) = 74+189+185=448 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.52% from 448); Green value is 189 (74.22% from 255 or 42.19% from 448); Blue value is 185 (72.66% from 255 or 41.29% from 448); Max value from RGB is 189 - color contains mainly: green. Hex color #4ABDB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABDB9 is #B54246. Grayscale: #9A9A9A. Windows color (decimal): -11878983 or 12172618. OLE color: 12172618.

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

Color convert

RGB 74 189 185 -
CMYK 0.61 0 0.02 0.26
HSL 177.91º 0.47% 0.52% -
HSV(B) 177.91º 0.61% 0.74% -
XYZ 29.78 41.35 52.31 -
YUV 154.16 145.4 70.83 -
System Red Green Blue C M Y K H S L
Decimal 74 189 185 0.61 0 0.02 0.26 177.91 0.47 0.52
Hex 4A BD B9 3D 0 2 1A B2 2F 34
Octal 112 275 271 75 0 2 32 262 57 64
Binary 1001010 10111101 10111001 111101 0 10 11010 10110010 101111 110100

Color Harmonies of #4ABDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABDB9

Black with #4ABDB9

Text Example


Text Example

White with #4ABDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,189,185); }

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

background-color css

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

 a { background-color: rgb(74,189,185); }

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

border-color css

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

 span { border-color: rgb(74,189,185); }

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