Html Css Color HEX #47AFAF Viking

📋 copy color: '#47AFAF'

red 71 ◦ green 175 ◦ blue 175

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

Shades of Viking #47AFAF

Tints of Viking #47AFAF

RGB

 RED value IS 71 (28.13% from 255) = 16.86%

 GREEN value IS 175 (68.75% from 255) = 41.57%

 BLUE value IS 175 (68.75% from 255) = 41.57%

R = 16.86%
G = 41.57%
B = 41.57%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#47AFAF (or 0x47AFAF) is known color: Viking. HEX triplet: 47, AF and AF. RGB value is (71,175,175). Sum of RGB (Red+Green+Blue) = 71+175+175=421 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.86% from 421); Green value is 175 (68.75% from 255 or 41.57% from 421); Blue value is 175 (68.75% from 255 or 41.57% from 421); Max value from RGB is 175 - color contains mainly: green, blue. Hex color #47AFAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47AFAF is #B85050. Grayscale: #8F8F8F. Windows color (decimal): -12079185 or 11513671. OLE color: 11513671.

HSL color Cylindrical-coordinate representation of color #47AFAF: hue angle of 180º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #47AFAF is Cyan = 0.59, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 71 175 175 -
CMYK 0.59 0 0 0.31
HSL 180º 0.42% 0.48% -
HSV(B) 180º 0.59% 0.69% -
XYZ 25.67 35.09 45.98 -
YUV 143.9 145.54 76 -
System Red Green Blue C M Y K H S L
Decimal 71 175 175 0.59 0 0 0.31 180 0.42 0.48
Hex 47 AF AF 3B 0 0 1F B4 2A 30
Octal 107 257 257 73 0 0 37 264 52 60
Binary 1000111 10101111 10101111 111011 0 0 11111 10110100 101010 110000

Color Harmonies of #47AFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47AFAF

Black with #47AFAF

Text Example


Text Example

White with #47AFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47AFAF; }

 p { color: rgb(71,175,175); }

 H1.HeaderClassName
 {
   color: #47AFAF;
 }
 .AnyTagClassName
 {
   color: #47AFAF;
 }
</style>

background-color css

<style>
 a { background-color: #47AFAF; }

 a { background-color: rgb(71,175,175); }

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

border-color css

<style>
 span { border-color: #47AFAF; }

 span { border-color: rgb(71,175,175); }

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