Html Css Color HEX #4CADBE Viking

📋 copy color: '#4CADBE'

red 76 ◦ green 173 ◦ blue 190

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

Shades of Viking #4CADBE

Tints of Viking #4CADBE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.41%

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

R = 17.31%
G = 39.41%
B = 43.28%

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

#4CADBE (or 0x4CADBE) is known color: Viking. HEX triplet: 4C, AD and BE. RGB value is (76,173,190). Sum of RGB (Red+Green+Blue) = 76+173+190=439 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.31% from 439); Green value is 173 (67.97% from 255 or 39.41% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 190 - color contains mainly: blue. Hex color #4CADBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CADBE is #B35241. Grayscale: #919191. Windows color (decimal): -11752002 or 12496204. OLE color: 12496204.

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

Color convert

RGB 76 173 190 -
CMYK 0.60 0.09 0 0.25
HSL 188.95º 0.47% 0.52% -
HSV(B) 188.95º 0.6% 0.75% -
XYZ 27.22 35.14 54.06 -
YUV 145.94 152.86 78.12 -
System Red Green Blue C M Y K H S L
Decimal 76 173 190 0.60 0.09 0 0.25 188.95 0.47 0.52
Hex 4C AD BE 3C 9 0 19 BD 2F 34
Octal 114 255 276 74 11 0 31 275 57 64
Binary 1001100 10101101 10111110 111100 1001 0 11001 10111101 101111 110100

Color Harmonies of #4CADBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CADBE

Black with #4CADBE

Text Example


Text Example

White with #4CADBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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