#63C2C8

Color #63C2C8 Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #63C2C8

Tints of Viking #63C2C8

Color information

#63C2C8 (or 0x63C2C8) is unknown color: approx Viking. HEX triplet: 63, C2 and C8. RGB value is (99,194,200). Sum of RGB (Red+Green+Blue) = 99+194+200=493 (65% of max value = 765). Red value is 99 (39.06% from 255 or 20.08% from 493); Green value is 194 (76.17% from 255 or 39.35% from 493); Blue value is 200 (78.52% from 255 or 40.57% from 493); Max value from RGB is 200 - color contains mainly: blue. Hex color #63C2C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63C2C8 is #9C3D37. Grayscale: #A6A6A6. Windows color (decimal): -10239288 or 13156963. OLE color: 13156963.

HSL color Cylindrical-coordinate representation of color #63C2C8: hue angle of 183.56º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #63C2C8 is Cyan = 0.50, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB99194200-
CMYK0.500.0300.22
HSL183.56º47.87%58.63%-
HSV(B)183.56º50.5%78.43%-
XYZ34.8645.4161.57-
YUV166.28147.0380.01-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.08%
GREEN value IS 194 (76.17% from 255) = 39.35%
BLUE value IS 200 (78.52% from 255) = 40.57%
R=20.08%
G=39.35%
B=40.57%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal991942000.500.0300.22183.5647.8758.63
Hex63C2C8323016b8303b
Octal1433023106230262706073
Binary110001111000010110010001100101101011010111000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63C2C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63C2C8; }

 p { color: rgb(99,194,200); }

 H1.HeaderClassName
 {
   color: #63C2C8;
 }
 .AnyTagClassName
 {
   color: #63C2C8;
 }
</style>
background-color css

<style>
 a { background-color: #63C2C8; }

 a { background-color: rgb(99,194,200); }

 div.DivClassName
 {
   background-color: #63C2C8;
 }
 .BgClassName
 {
   background-color: #63C2C8;
 }
</style>
border-color css

<style>
 span { border-color: #63C2C8; }

 span { border-color: rgb(99,194,200); }

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