Html Css Color HEX #4DABBB Viking

📋 copy color: '#4DABBB'

red 77 ◦ green 171 ◦ blue 187

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

Shades of Viking #4DABBB

Tints of Viking #4DABBB

RGB

 RED value IS 77 (30.47% from 255) = 17.7%

 GREEN value IS 171 (67.19% from 255) = 39.31%

 BLUE value IS 187 (73.44% from 255) = 42.99%

R = 17.7%
G = 39.31%
B = 42.99%

CMYK

 C value IS 0.59

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4DABBB (or 0x4DABBB) is known color: Viking. HEX triplet: 4D, AB and BB. RGB value is (77,171,187). Sum of RGB (Red+Green+Blue) = 77+171+187=435 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.70% from 435); Green value is 171 (67.19% from 255 or 39.31% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 187 - color contains mainly: blue. Hex color #4DABBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DABBB is #B25444. Grayscale: #909090. Windows color (decimal): -11686981 or 12299085. OLE color: 12299085.

HSL color Cylindrical-coordinate representation of color #4DABBB: hue angle of 188.73º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DABBB is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 77 171 187 -
CMYK 0.59 0.09 0 0.27
HSL 188.73º 0.45% 0.52% -
HSV(B) 188.73º 0.59% 0.73% -
XYZ 26.59 34.29 52.23 -
YUV 144.72 151.86 79.7 -
System Red Green Blue C M Y K H S L
Decimal 77 171 187 0.59 0.09 0 0.27 188.73 0.45 0.52
Hex 4D AB BB 3B 9 0 1B BD 2D 34
Octal 115 253 273 73 11 0 33 275 55 64
Binary 1001101 10101011 10111011 111011 1001 0 11011 10111101 101101 110100

Color Harmonies of #4DABBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DABBB

Black with #4DABBB

Text Example


Text Example

White with #4DABBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,171,187); }

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

background-color css

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

 a { background-color: rgb(77,171,187); }

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

border-color css

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

 span { border-color: rgb(77,171,187); }

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