Html Css Color HEX #719E9C Cadet Blue

📋 copy color: '#719E9C'

red 113 ◦ green 158 ◦ blue 156

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

Shades of Cadet Blue #719E9C

Tints of Cadet Blue #719E9C

RGB

 RED value IS 113 (44.53% from 255) = 26.46%

 GREEN value IS 158 (62.11% from 255) = 37%

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

R = 26.46%
G = 37%
B = 36.53%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.01

 K value IS 0.38

RGB Variations

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

Color information

#719E9C (or 0x719E9C) is known color: Cadet Blue. HEX triplet: 71, 9E and 9C. RGB value is (113,158,156). Sum of RGB (Red+Green+Blue) = 113+158+156=427 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.46% from 427); Green value is 158 (62.11% from 255 or 37.00% from 427); Blue value is 156 (61.33% from 255 or 36.53% from 427); Max value from RGB is 158 - color contains mainly: green. Hex color #719E9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719E9C is #8E6163. Grayscale: #909090. Windows color (decimal): -9331044 or 10264177. OLE color: 10264177.

HSL color Cylindrical-coordinate representation of color #719E9C: hue angle of 177.33º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #719E9C is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB 113 158 156 -
CMYK 0.28 0 0.01 0.38
HSL 177.33º 0.19% 0.53% -
HSV(B) 177.33º 0.28% 0.62% -
XYZ 25.04 30.36 35.99 -
YUV 144.32 134.59 105.66 -
System Red Green Blue C M Y K H S L
Decimal 113 158 156 0.28 0 0.01 0.38 177.33 0.19 0.53
Hex 71 9E 9C 1C 0 1 26 B1 13 35
Octal 161 236 234 34 0 1 46 261 23 65
Binary 1110001 10011110 10011100 11100 0 1 100110 10110001 10011 110101

Color Harmonies of #719E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719E9C

Black with #719E9C

Text Example


Text Example

White with #719E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719E9C; }

 p { color: rgb(113,158,156); }

 H1.HeaderClassName
 {
   color: #719E9C;
 }
 .AnyTagClassName
 {
   color: #719E9C;
 }
</style>

background-color css

<style>
 a { background-color: #719E9C; }

 a { background-color: rgb(113,158,156); }

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

border-color css

<style>
 span { border-color: #719E9C; }

 span { border-color: rgb(113,158,156); }

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