Html Css Color HEX #4ABCBB Viking

📋 copy color: '#4ABCBB'

red 74 ◦ green 188 ◦ blue 187

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

Shades of Viking #4ABCBB

Tints of Viking #4ABCBB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.87%

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

R = 16.48%
G = 41.87%
B = 41.65%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#4ABCBB (or 0x4ABCBB) is known color: Viking. HEX triplet: 4A, BC and BB. RGB value is (74,188,187). Sum of RGB (Red+Green+Blue) = 74+188+187=449 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.48% from 449); Green value is 188 (73.83% from 255 or 41.87% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 188 - color contains mainly: green. Hex color #4ABCBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABCBB is #B54344. Grayscale: #999999. Windows color (decimal): -11879237 or 12303434. OLE color: 12303434.

HSL color Cylindrical-coordinate representation of color #4ABCBB: hue angle of 179.47º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4ABCBB is Cyan = 0.61, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 74 188 187 -
CMYK 0.61 0 0.01 0.26
HSL 179.47º 0.46% 0.51% -
HSV(B) 179.47º 0.61% 0.74% -
XYZ 29.78 41.01 53.36 -
YUV 153.8 146.73 71.08 -
System Red Green Blue C M Y K H S L
Decimal 74 188 187 0.61 0 0.01 0.26 179.47 0.46 0.51
Hex 4A BC BB 3D 0 1 1A B3 2E 33
Octal 112 274 273 75 0 1 32 263 56 63
Binary 1001010 10111100 10111011 111101 0 1 11010 10110011 101110 110011

Color Harmonies of #4ABCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABCBB

Black with #4ABCBB

Text Example


Text Example

White with #4ABCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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