Html Css Color HEX #117474 Surfie Green

📋 copy color: '#117474'

red 17 ◦ green 116 ◦ blue 116

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

Shades of Surfie Green #117474

Tints of Surfie Green #117474

RGB

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

 GREEN value IS 116 (45.7% from 255) = 46.59%

 BLUE value IS 116 (45.7% from 255) = 46.59%

R = 6.83%
G = 46.59%
B = 46.59%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#117474 (or 0x117474) is known color: Surfie Green. HEX triplet: 11, 74 and 74. RGB value is (17,116,116). Sum of RGB (Red+Green+Blue) = 17+116+116=249 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.83% from 249); Green value is 116 (45.70% from 255 or 46.59% from 249); Blue value is 116 (45.70% from 255 or 46.59% from 249); Max value from RGB is 116 - color contains mainly: green, blue. Hex color #117474 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117474 is #EE8B8B. Grayscale: #565656. Windows color (decimal): -15633292 or 7631889. OLE color: 7631889.

HSL color Cylindrical-coordinate representation of color #117474: hue angle of 180º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #117474 is Cyan = 0.85, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 17 116 116 -
CMYK 0.85 0 0 0.55
HSL 180º 0.74% 0.26% -
HSV(B) 180º 0.85% 0.45% -
XYZ 9.63 13.87 18.69 -
YUV 86.4 144.7 78.5 -
System Red Green Blue C M Y K H S L
Decimal 17 116 116 0.85 0 0 0.55 180 0.74 0.26
Hex 11 74 74 55 0 0 37 B4 4A 1A
Octal 21 164 164 125 0 0 67 264 112 32
Binary 10001 1110100 1110100 1010101 0 0 110111 10110100 1001010 11010

Color Harmonies of #117474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117474

Black with #117474

Text Example


Text Example

White with #117474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117474; }

 p { color: rgb(17,116,116); }

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

background-color css

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

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

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

border-color css

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

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

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