Html Css Color HEX #4CACBE Viking

📋 copy color: '#4CACBE'

red 76 ◦ green 172 ◦ blue 190

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

Shades of Viking #4CACBE

Tints of Viking #4CACBE

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.27%

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

R = 17.35%
G = 39.27%
B = 43.38%

CMYK

 C value IS 0.60

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4CACBE (or 0x4CACBE) is known color: Viking. HEX triplet: 4C, AC and BE. RGB value is (76,172,190). Sum of RGB (Red+Green+Blue) = 76+172+190=438 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.35% from 438); Green value is 172 (67.58% from 255 or 39.27% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 190 - color contains mainly: blue. Hex color #4CACBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CACBE is #B35341. Grayscale: #919191. Windows color (decimal): -11752258 or 12495948. OLE color: 12495948.

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

Color convert

RGB 76 172 190 -
CMYK 0.60 0.09 0 0.25
HSL 189.47º 0.47% 0.52% -
HSV(B) 189.47º 0.6% 0.75% -
XYZ 27.03 34.76 54 -
YUV 145.35 153.2 78.54 -
System Red Green Blue C M Y K H S L
Decimal 76 172 190 0.60 0.09 0 0.25 189.47 0.47 0.52
Hex 4C AC BE 3C 9 0 19 BD 2F 34
Octal 114 254 276 74 11 0 31 275 57 64
Binary 1001100 10101100 10111110 111100 1001 0 11001 10111101 101111 110100

Color Harmonies of #4CACBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CACBE

Black with #4CACBE

Text Example


Text Example

White with #4CACBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,172,190); }

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

background-color css

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

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

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

border-color css

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

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

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