Html Css Color HEX #117796 Cerulean

📋 copy color: '#117796'

red 17 ◦ green 119 ◦ blue 150

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

Shades of Cerulean #117796

Tints of Cerulean #117796

RGB

 RED value IS 17 (7.03% from 255) = 5.94%

 GREEN value IS 119 (46.88% from 255) = 41.61%

 BLUE value IS 150 (58.98% from 255) = 52.45%

R = 5.94%
G = 41.61%
B = 52.45%

CMYK

 C value IS 0.89

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#117796 (or 0x117796) is known color: Cerulean. HEX triplet: 11, 77 and 96. RGB value is (17,119,150). Sum of RGB (Red+Green+Blue) = 17+119+150=286 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.94% from 286); Green value is 119 (46.88% from 255 or 41.61% from 286); Blue value is 150 (58.98% from 255 or 52.45% from 286); Max value from RGB is 150 - color contains mainly: blue. Hex color #117796 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117796 is #EE8869. Grayscale: #5B5B5B. Windows color (decimal): -15632490 or 9860881. OLE color: 9860881.

HSL color Cylindrical-coordinate representation of color #117796: hue angle of 193.98º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #117796 is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 17 119 150 -
CMYK 0.89 0.21 0 0.41
HSL 193.99º 0.8% 0.33% -
HSV(B) 193.99º 0.89% 0.59% -
XYZ 12.33 15.51 31.2 -
YUV 92.04 160.71 74.48 -
System Red Green Blue C M Y K H S L
Decimal 17 119 150 0.89 0.21 0 0.41 193.99 0.8 0.33
Hex 11 77 96 59 15 0 29 C2 50 21
Octal 21 167 226 131 25 0 51 302 120 41
Binary 10001 1110111 10010110 1011001 10101 0 101001 11000010 1010000 100001

Color Harmonies of #117796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117796

Black with #117796

Text Example


Text Example

White with #117796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117796; }

 p { color: rgb(17,119,150); }

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

background-color css

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

 a { background-color: rgb(17,119,150); }

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

border-color css

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

 span { border-color: rgb(17,119,150); }

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