Html Css Color HEX #47C0CD Viking

📋 copy color: '#47C0CD'

red 71 ◦ green 192 ◦ blue 205

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

Shades of Viking #47C0CD

Tints of Viking #47C0CD

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.03%

 BLUE value IS 205 (80.47% from 255) = 43.8%

R = 15.17%
G = 41.03%
B = 43.8%

CMYK

 C value IS 0.65

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#47C0CD (or 0x47C0CD) is known color: Viking. HEX triplet: 47, C0 and CD. RGB value is (71,192,205). Sum of RGB (Red+Green+Blue) = 71+192+205=468 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.17% from 468); Green value is 192 (75.39% from 255 or 41.03% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 205 - color contains mainly: blue. Hex color #47C0CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47C0CD is #B83F32. Grayscale: #9D9D9D. Windows color (decimal): -12074803 or 13484103. OLE color: 13484103.

HSL color Cylindrical-coordinate representation of color #47C0CD: hue angle of 185.82º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47C0CD is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 71 192 205 -
CMYK 0.65 0.06 0 0.20
HSL 185.82º 0.57% 0.54% -
HSV(B) 185.82º 0.65% 0.8% -
XYZ 32.47 43.45 64.43 -
YUV 157.3 154.91 66.44 -
System Red Green Blue C M Y K H S L
Decimal 71 192 205 0.65 0.06 0 0.20 185.82 0.57 0.54
Hex 47 C0 CD 41 6 0 14 BA 39 36
Octal 107 300 315 101 6 0 24 272 71 66
Binary 1000111 11000000 11001101 1000001 110 0 10100 10111010 111001 110110

Color Harmonies of #47C0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47C0CD

Black with #47C0CD

Text Example


Text Example

White with #47C0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,192,205); }

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

background-color css

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

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

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

border-color css

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

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

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