Html Css Color HEX #117277 Surfie Green

📋 copy color: '#117277'

red 17 ◦ green 114 ◦ blue 119

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

Shades of Surfie Green #117277

Tints of Surfie Green #117277

RGB

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

 GREEN value IS 114 (44.92% from 255) = 45.6%

 BLUE value IS 119 (46.88% from 255) = 47.6%

R = 6.8%
G = 45.6%
B = 47.6%

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

#117277 (or 0x117277) is known color: Surfie Green. HEX triplet: 11, 72 and 77. RGB value is (17,114,119). Sum of RGB (Red+Green+Blue) = 17+114+119=250 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.8% from 250); Green value is 114 (44.92% from 255 or 45.6% from 250); Blue value is 119 (46.88% from 255 or 47.6% from 250); Max value from RGB is 119 - color contains mainly: blue. Hex color #117277 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117277 is #EE8D88. Grayscale: #555555. Windows color (decimal): -15633801 or 7827985. OLE color: 7827985.

HSL color Cylindrical-coordinate representation of color #117277: hue angle of 182.94º 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 #117277 is Cyan = 0.86, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 17 114 119 -
CMYK 0.86 0.04 0 0.53
HSL 182.94º 0.75% 0.27% -
HSV(B) 182.94º 0.86% 0.47% -
XYZ 9.58 13.49 19.55 -
YUV 85.57 146.86 79.09 -
System Red Green Blue C M Y K H S L
Decimal 17 114 119 0.86 0.04 0 0.53 182.94 0.75 0.27
Hex 11 72 77 56 4 0 35 B7 4B 1B
Octal 21 162 167 126 4 0 65 267 113 33
Binary 10001 1110010 1110111 1010110 100 0 110101 10110111 1001011 11011

Color Harmonies of #117277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117277

Black with #117277

Text Example


Text Example

White with #117277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117277; }

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

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

background-color css

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

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

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

border-color css

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

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

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