#4ABBB6

Color #4ABBB6 Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #4ABBB6

Tints of Viking #4ABBB6

Color information

#4ABBB6 (or 0x4ABBB6) is unknown color: approx Viking. HEX triplet: 4A, BB and B6. RGB value is (74,187,182). Sum of RGB (Red+Green+Blue) = 74+187+182=443 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.70% from 443); Green value is 187 (73.44% from 255 or 42.21% from 443); Blue value is 182 (71.48% from 255 or 41.08% from 443); Max value from RGB is 187 - color contains mainly: green. Hex color #4ABBB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABBB6 is #B54449. Grayscale: #989898. Windows color (decimal): -11879498 or 11975498. OLE color: 11975498.

HSL color Cylindrical-coordinate representation of color #4ABBB6: hue angle of 177.35º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4ABBB6 is Cyan = 0.60, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB74187182-
CMYK0.6000.030.27
HSL177.35º45.38%51.18%-
HSV(B)177.35º60.43%73.33%-
XYZ29.0440.3750.52-
YUV152.64144.5671.91-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 16.70%
GREEN value IS 187 (73.44% from 255) = 42.21%
BLUE value IS 182 (71.48% from 255) = 41.08%
R=16.70%
G=42.21%
B=41.08%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal741871820.6000.030.27177.3545.3851.18
Hex4ABBB63C031Bb12d33
Octal1122732667403332615563
Binary100101010111011101101101111000111101110110001101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ABBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,187,182); }

 H1.HeaderClassName
 {
   color: #4ABBB6;
 }
 .AnyTagClassName
 {
   color: #4ABBB6;
 }
</style>
background-color css

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

 a { background-color: rgb(74,187,182); }

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

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

 span { border-color: rgb(74,187,182); }

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