Html Css Color HEX #117A7C Surfie Green

📋 copy color: '#117A7C'

red 17 ◦ green 122 ◦ blue 124

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

Shades of Surfie Green #117A7C

Tints of Surfie Green #117A7C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 46.39%

 BLUE value IS 124 (48.83% from 255) = 47.15%

R = 6.46%
G = 46.39%
B = 47.15%

CMYK

 C value IS 0.86

 M value IS 0.02

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#117A7C (or 0x117A7C) is known color: Surfie Green. HEX triplet: 11, 7A and 7C. RGB value is (17,122,124). Sum of RGB (Red+Green+Blue) = 17+122+124=263 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.46% from 263); Green value is 122 (48.05% from 255 or 46.39% from 263); Blue value is 124 (48.83% from 255 or 47.15% from 263); Max value from RGB is 124 - color contains mainly: blue. Hex color #117A7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117A7C is #EE8583. Grayscale: #5A5A5A. Windows color (decimal): -15631748 or 8157713. OLE color: 8157713.

HSL color Cylindrical-coordinate representation of color #117A7C: hue angle of 181.12º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117A7C is Cyan = 0.86, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 17 122 124 -
CMYK 0.86 0.02 0 0.51
HSL 181.12º 0.76% 0.28% -
HSV(B) 181.12º 0.86% 0.49% -
XYZ 10.83 15.49 21.49 -
YUV 90.83 146.71 75.34 -
System Red Green Blue C M Y K H S L
Decimal 17 122 124 0.86 0.02 0 0.51 181.12 0.76 0.28
Hex 11 7A 7C 56 2 0 33 B5 4C 1C
Octal 21 172 174 126 2 0 63 265 114 34
Binary 10001 1111010 1111100 1010110 10 0 110011 10110101 1001100 11100

Color Harmonies of #117A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117A7C

Black with #117A7C

Text Example


Text Example

White with #117A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117A7C; }

 p { color: rgb(17,122,124); }

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

background-color css

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

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

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

border-color css

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

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

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