Html Css Color HEX #4ABABE Viking

📋 copy color: '#4ABABE'

red 74 ◦ green 186 ◦ blue 190

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

Shades of Viking #4ABABE

Tints of Viking #4ABABE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.33%

 BLUE value IS 190 (74.61% from 255) = 42.22%

R = 16.44%
G = 41.33%
B = 42.22%

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

#4ABABE (or 0x4ABABE) is known color: Viking. HEX triplet: 4A, BA and BE. RGB value is (74,186,190). Sum of RGB (Red+Green+Blue) = 74+186+190=450 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.44% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 190 - color contains mainly: blue. Hex color #4ABABE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABABE is #B54541. Grayscale: #989898. Windows color (decimal): -11879746 or 12499530. OLE color: 12499530.

HSL color Cylindrical-coordinate representation of color #4ABABE: hue angle of 182.07º degrees, saturation: 0.47, 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 #4ABABE is Cyan = 0.61, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 74 186 190 -
CMYK 0.61 0.02 0 0.25
HSL 182.07º 0.47% 0.52% -
HSV(B) 182.07º 0.61% 0.75% -
XYZ 29.68 40.29 54.93 -
YUV 152.97 148.89 71.67 -
System Red Green Blue C M Y K H S L
Decimal 74 186 190 0.61 0.02 0 0.25 182.07 0.47 0.52
Hex 4A BA BE 3D 2 0 19 B6 2F 34
Octal 112 272 276 75 2 0 31 266 57 64
Binary 1001010 10111010 10111110 111101 10 0 11001 10110110 101111 110100

Color Harmonies of #4ABABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABABE

Black with #4ABABE

Text Example


Text Example

White with #4ABABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,186,190); }

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

background-color css

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

 a { background-color: rgb(74,186,190); }

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

border-color css

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

 span { border-color: rgb(74,186,190); }

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