Html Css Color HEX #63A6A0 Cadet Blue

📋 copy color: '#63A6A0'

red 99 ◦ green 166 ◦ blue 160

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

Shades of Cadet Blue #63A6A0

Tints of Cadet Blue #63A6A0

RGB

 RED value IS 99 (39.06% from 255) = 23.29%

 GREEN value IS 166 (65.23% from 255) = 39.06%

 BLUE value IS 160 (62.89% from 255) = 37.65%

R = 23.29%
G = 39.06%
B = 37.65%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#63A6A0 (or 0x63A6A0) is known color: Cadet Blue. HEX triplet: 63, A6 and A0. RGB value is (99,166,160). Sum of RGB (Red+Green+Blue) = 99+166+160=425 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.29% from 425); Green value is 166 (65.23% from 255 or 39.06% from 425); Blue value is 160 (62.89% from 255 or 37.65% from 425); Max value from RGB is 166 - color contains mainly: green. Hex color #63A6A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63A6A0 is #9C595F. Grayscale: #919191. Windows color (decimal): -10246496 or 10528355. OLE color: 10528355.

HSL color Cylindrical-coordinate representation of color #63A6A0: hue angle of 174.63º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #63A6A0 is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB 99 166 160 -
CMYK 0.40 0 0.04 0.35
HSL 174.63º 0.27% 0.52% -
HSV(B) 174.63º 0.4% 0.65% -
XYZ 25.13 32.46 38.2 -
YUV 145.28 136.3 94.99 -
System Red Green Blue C M Y K H S L
Decimal 99 166 160 0.40 0 0.04 0.35 174.63 0.27 0.52
Hex 63 A6 A0 28 0 4 23 AF 1B 34
Octal 143 246 240 50 0 4 43 257 33 64
Binary 1100011 10100110 10100000 101000 0 100 100011 10101111 11011 110100

Color Harmonies of #63A6A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63A6A0

Black with #63A6A0

Text Example


Text Example

White with #63A6A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,166,160); }

 H1.HeaderClassName
 {
   color: #63A6A0;
 }
 .AnyTagClassName
 {
   color: #63A6A0;
 }
</style>

background-color css

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

 a { background-color: rgb(99,166,160); }

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

border-color css

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

 span { border-color: rgb(99,166,160); }

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