Html Css Color HEX #73999C Cadet Blue

📋 copy color: '#73999C'

red 115 ◦ green 153 ◦ blue 156

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

Shades of Cadet Blue #73999C

Tints of Cadet Blue #73999C

RGB

 RED value IS 115 (45.31% from 255) = 27.12%

 GREEN value IS 153 (60.16% from 255) = 36.08%

 BLUE value IS 156 (61.33% from 255) = 36.79%

R = 27.12%
G = 36.08%
B = 36.79%

CMYK

 C value IS 0.26

 M value IS 0.02

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#73999C (or 0x73999C) is known color: Cadet Blue. HEX triplet: 73, 99 and 9C. RGB value is (115,153,156). Sum of RGB (Red+Green+Blue) = 115+153+156=424 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.12% from 424); Green value is 153 (60.16% from 255 or 36.08% from 424); Blue value is 156 (61.33% from 255 or 36.79% from 424); Max value from RGB is 156 - color contains mainly: blue. Hex color #73999C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73999C is #8C6663. Grayscale: #8D8D8D. Windows color (decimal): -9201252 or 10262899. OLE color: 10262899.

HSL color Cylindrical-coordinate representation of color #73999C: hue angle of 184.39º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #73999C is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 115 153 156 -
CMYK 0.26 0.02 0 0.39
HSL 184.39º 0.17% 0.53% -
HSV(B) 184.39º 0.26% 0.61% -
XYZ 24.46 28.83 35.73 -
YUV 141.98 135.91 108.76 -
System Red Green Blue C M Y K H S L
Decimal 115 153 156 0.26 0.02 0 0.39 184.39 0.17 0.53
Hex 73 99 9C 1A 2 0 27 B8 11 35
Octal 163 231 234 32 2 0 47 270 21 65
Binary 1110011 10011001 10011100 11010 10 0 100111 10111000 10001 110101

Color Harmonies of #73999C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73999C

Black with #73999C

Text Example


Text Example

White with #73999C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73999C; }

 p { color: rgb(115,153,156); }

 H1.HeaderClassName
 {
   color: #73999C;
 }
 .AnyTagClassName
 {
   color: #73999C;
 }
</style>

background-color css

<style>
 a { background-color: #73999C; }

 a { background-color: rgb(115,153,156); }

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

border-color css

<style>
 span { border-color: #73999C; }

 span { border-color: rgb(115,153,156); }

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