Html Css Color HEX #4ABEBD Viking

📋 copy color: '#4ABEBD'

red 74 ◦ green 190 ◦ blue 189

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

Shades of Viking #4ABEBD

Tints of Viking #4ABEBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.72%

R = 16.34%
G = 41.94%
B = 41.72%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#4ABEBD (or 0x4ABEBD) is known color: Viking. HEX triplet: 4A, BE and BD. RGB value is (74,190,189). Sum of RGB (Red+Green+Blue) = 74+190+189=453 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.34% from 453); Green value is 190 (74.61% from 255 or 41.94% from 453); Blue value is 189 (74.22% from 255 or 41.72% from 453); Max value from RGB is 190 - color contains mainly: green. Hex color #4ABEBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABEBD is #B54142. Grayscale: #9B9B9B. Windows color (decimal): -11878723 or 12435018. OLE color: 12435018.

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

Color convert

RGB 74 190 189 -
CMYK 0.61 0 0.01 0.25
HSL 179.48º 0.47% 0.52% -
HSV(B) 179.48º 0.61% 0.75% -
XYZ 30.42 41.96 54.64 -
YUV 155.2 147.07 70.08 -
System Red Green Blue C M Y K H S L
Decimal 74 190 189 0.61 0 0.01 0.25 179.48 0.47 0.52
Hex 4A BE BD 3D 0 1 19 B3 2F 34
Octal 112 276 275 75 0 1 31 263 57 64
Binary 1001010 10111110 10111101 111101 0 1 11001 10110011 101111 110100

Color Harmonies of #4ABEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABEBD

Black with #4ABEBD

Text Example


Text Example

White with #4ABEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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