Html Css Color HEX #4CBCB9 Viking

📋 copy color: '#4CBCB9'

red 76 ◦ green 188 ◦ blue 185

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

Shades of Viking #4CBCB9

Tints of Viking #4CBCB9

RGB

 RED value IS 76 (30.08% from 255) = 16.93%

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

 BLUE value IS 185 (72.66% from 255) = 41.2%

R = 16.93%
G = 41.87%
B = 41.2%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#4CBCB9 (or 0x4CBCB9) is known color: Viking. HEX triplet: 4C, BC and B9. RGB value is (76,188,185). Sum of RGB (Red+Green+Blue) = 76+188+185=449 (59% of max value = 765). Red value is 76 (30.08% from 255 or 16.93% from 449); Green value is 188 (73.83% from 255 or 41.87% from 449); Blue value is 185 (72.66% from 255 or 41.20% from 449); Max value from RGB is 188 - color contains mainly: green. Hex color #4CBCB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CBCB9 is #B34346. Grayscale: #9A9A9A. Windows color (decimal): -11748167 or 12172364. OLE color: 12172364.

HSL color Cylindrical-coordinate representation of color #4CBCB9: hue angle of 178.39º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CBCB9 is Cyan = 0.60, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 76 188 185 -
CMYK 0.60 0 0.02 0.26
HSL 178.39º 0.46% 0.52% -
HSV(B) 178.39º 0.6% 0.74% -
XYZ 29.72 41.01 52.25 -
YUV 154.17 145.39 72.24 -
System Red Green Blue C M Y K H S L
Decimal 76 188 185 0.60 0 0.02 0.26 178.39 0.46 0.52
Hex 4C BC B9 3C 0 2 1A B2 2E 34
Octal 114 274 271 74 0 2 32 262 56 64
Binary 1001100 10111100 10111001 111100 0 10 11010 10110010 101110 110100

Color Harmonies of #4CBCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CBCB9

Black with #4CBCB9

Text Example


Text Example

White with #4CBCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,188,185); }

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

background-color css

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

 a { background-color: rgb(76,188,185); }

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

border-color css

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

 span { border-color: rgb(76,188,185); }

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