Html Css Color HEX #117378 Surfie Green

📋 copy color: '#117378'

red 17 ◦ green 115 ◦ blue 120

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

Shades of Surfie Green #117378

Tints of Surfie Green #117378

RGB

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

 GREEN value IS 115 (45.31% from 255) = 45.63%

 BLUE value IS 120 (47.27% from 255) = 47.62%

R = 6.75%
G = 45.63%
B = 47.62%

CMYK

 C value IS 0.86

 M value IS 0.04

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#117378 (or 0x117378) is known color: Surfie Green. HEX triplet: 11, 73 and 78. RGB value is (17,115,120). Sum of RGB (Red+Green+Blue) = 17+115+120=252 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.75% from 252); Green value is 115 (45.31% from 255 or 45.63% from 252); Blue value is 120 (47.27% from 255 or 47.62% from 252); Max value from RGB is 120 - color contains mainly: blue. Hex color #117378 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117378 is #EE8C87. Grayscale: #565656. Windows color (decimal): -15633544 or 7893777. OLE color: 7893777.

HSL color Cylindrical-coordinate representation of color #117378: hue angle of 182.91º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117378 is Cyan = 0.86, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 17 115 120 -
CMYK 0.86 0.04 0 0.53
HSL 182.91º 0.75% 0.27% -
HSV(B) 182.91º 0.86% 0.47% -
XYZ 9.75 13.74 19.91 -
YUV 86.27 147.03 78.59 -
System Red Green Blue C M Y K H S L
Decimal 17 115 120 0.86 0.04 0 0.53 182.91 0.75 0.27
Hex 11 73 78 56 4 0 35 B7 4B 1B
Octal 21 163 170 126 4 0 65 267 113 33
Binary 10001 1110011 1111000 1010110 100 0 110101 10110111 1001011 11011

Color Harmonies of #117378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117378

Black with #117378

Text Example


Text Example

White with #117378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117378; }

 p { color: rgb(17,115,120); }

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

background-color css

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

 a { background-color: rgb(17,115,120); }

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

border-color css

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

 span { border-color: rgb(17,115,120); }

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