Html Css Color HEX #4DBEBE Viking

📋 copy color: '#4DBEBE'

red 77 ◦ green 190 ◦ blue 190

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

Shades of Viking #4DBEBE

Tints of Viking #4DBEBE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.58%

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

R = 16.85%
G = 41.58%
B = 41.58%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4DBEBE (or 0x4DBEBE) is known color: Viking. HEX triplet: 4D, BE and BE. RGB value is (77,190,190). Sum of RGB (Red+Green+Blue) = 77+190+190=457 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.85% from 457); Green value is 190 (74.61% from 255 or 41.58% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #4DBEBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DBEBE is #B24141. Grayscale: #9C9C9C. Windows color (decimal): -11682114 or 12500557. OLE color: 12500557.

HSL color Cylindrical-coordinate representation of color #4DBEBE: hue angle of 180º 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 #4DBEBE is Cyan = 0.59, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 77 190 190 -
CMYK 0.59 0 0 0.25
HSL 180º 0.47% 0.52% -
HSV(B) 180º 0.59% 0.75% -
XYZ 30.77 42.12 55.22 -
YUV 156.21 147.06 71.5 -
System Red Green Blue C M Y K H S L
Decimal 77 190 190 0.59 0 0 0.25 180 0.47 0.52
Hex 4D BE BE 3B 0 0 19 B4 2F 34
Octal 115 276 276 73 0 0 31 264 57 64
Binary 1001101 10111110 10111110 111011 0 0 11001 10110100 101111 110100

Color Harmonies of #4DBEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DBEBE

Black with #4DBEBE

Text Example


Text Example

White with #4DBEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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