Html Css Color HEX #4DB8BE Viking

📋 copy color: '#4DB8BE'

red 77 ◦ green 184 ◦ blue 190

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

Shades of Viking #4DB8BE

Tints of Viking #4DB8BE

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.8%

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

R = 17.07%
G = 40.8%
B = 42.13%

CMYK

 C value IS 0.59

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4DB8BE (or 0x4DB8BE) is known color: Viking. HEX triplet: 4D, B8 and BE. RGB value is (77,184,190). Sum of RGB (Red+Green+Blue) = 77+184+190=451 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.07% from 451); Green value is 184 (72.27% from 255 or 40.80% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 190 - color contains mainly: blue. Hex color #4DB8BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DB8BE is #B24741. Grayscale: #989898. Windows color (decimal): -11683650 or 12499021. OLE color: 12499021.

HSL color Cylindrical-coordinate representation of color #4DB8BE: hue angle of 183.19º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DB8BE is Cyan = 0.59, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 77 184 190 -
CMYK 0.59 0.03 0 0.25
HSL 183.19º 0.47% 0.52% -
HSV(B) 183.19º 0.59% 0.75% -
XYZ 29.5 39.58 54.8 -
YUV 152.69 149.05 74.01 -
System Red Green Blue C M Y K H S L
Decimal 77 184 190 0.59 0.03 0 0.25 183.19 0.47 0.52
Hex 4D B8 BE 3B 3 0 19 B7 2F 34
Octal 115 270 276 73 3 0 31 267 57 64
Binary 1001101 10111000 10111110 111011 11 0 11001 10110111 101111 110100

Color Harmonies of #4DB8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DB8BE

Black with #4DB8BE

Text Example


Text Example

White with #4DB8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,184,190); }

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

background-color css

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

 a { background-color: rgb(77,184,190); }

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

border-color css

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

 span { border-color: rgb(77,184,190); }

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