Html Css Color HEX #4ABCCC Viking

📋 copy color: '#4ABCCC'

red 74 ◦ green 188 ◦ blue 204

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

Shades of Viking #4ABCCC

Tints of Viking #4ABCCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.78%

R = 15.88%
G = 40.34%
B = 43.78%

CMYK

 C value IS 0.64

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4ABCCC (or 0x4ABCCC) is known color: Viking. HEX triplet: 4A, BC and CC. RGB value is (74,188,204). Sum of RGB (Red+Green+Blue) = 74+188+204=466 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.88% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 204 - color contains mainly: blue. Hex color #4ABCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABCCC is #B54333. Grayscale: #9B9B9B. Windows color (decimal): -11879220 or 13417546. OLE color: 13417546.

HSL color Cylindrical-coordinate representation of color #4ABCCC: hue angle of 187.38º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ABCCC is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 74 188 204 -
CMYK 0.64 0.08 0 0.2
HSL 187.38º 0.56% 0.55% -
HSV(B) 187.38º 0.64% 0.8% -
XYZ 31.71 41.78 63.52 -
YUV 155.74 155.23 69.7 -
System Red Green Blue C M Y K H S L
Decimal 74 188 204 0.64 0.08 0 0.2 187.38 0.56 0.55
Hex 4A BC CC 40 8 0 14 BB 38 37
Octal 112 274 314 100 10 0 24 273 70 67
Binary 1001010 10111100 11001100 1000000 1000 0 10100 10111011 111000 110111

Color Harmonies of #4ABCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABCCC

Black with #4ABCCC

Text Example


Text Example

White with #4ABCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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