Html Css Color HEX #63A094 Cadet Blue

📋 copy color: '#63A094'

red 99 ◦ green 160 ◦ blue 148

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

Shades of Cadet Blue #63A094

Tints of Cadet Blue #63A094

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.31%

 BLUE value IS 148 (58.2% from 255) = 36.36%

R = 24.32%
G = 39.31%
B = 36.36%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#63A094 (or 0x63A094) is known color: Cadet Blue. HEX triplet: 63, A0 and 94. RGB value is (99,160,148). Sum of RGB (Red+Green+Blue) = 99+160+148=407 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.32% from 407); Green value is 160 (62.89% from 255 or 39.31% from 407); Blue value is 148 (58.20% from 255 or 36.36% from 407); Max value from RGB is 160 - color contains mainly: green. Hex color #63A094 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63A094 is #9C5F6B. Grayscale: #8C8C8C. Windows color (decimal): -10248044 or 9740387. OLE color: 9740387.

HSL color Cylindrical-coordinate representation of color #63A094: hue angle of 168.2º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #63A094 is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB 99 160 148 -
CMYK 0.38 0 0.07 0.37
HSL 168.2º 0.24% 0.51% -
HSV(B) 168.2º 0.38% 0.63% -
XYZ 23.06 29.93 32.58 -
YUV 140.39 132.29 98.48 -
System Red Green Blue C M Y K H S L
Decimal 99 160 148 0.38 0 0.07 0.37 168.2 0.24 0.51
Hex 63 A0 94 26 0 7 25 A8 18 33
Octal 143 240 224 46 0 7 45 250 30 63
Binary 1100011 10100000 10010100 100110 0 111 100101 10101000 11000 110011

Color Harmonies of #63A094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63A094

Black with #63A094

Text Example


Text Example

White with #63A094

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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