Html Css Color HEX #117278 Surfie Green

📋 copy color: '#117278'

red 17 ◦ green 114 ◦ blue 120

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

Shades of Surfie Green #117278

Tints of Surfie Green #117278

RGB

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

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

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

R = 6.77%
G = 45.42%
B = 47.81%

CMYK

 C value IS 0.86

 M value IS 0.05

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#117278 (or 0x117278) is known color: Surfie Green. HEX triplet: 11, 72 and 78. RGB value is (17,114,120). Sum of RGB (Red+Green+Blue) = 17+114+120=251 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.77% from 251); Green value is 114 (44.92% from 255 or 45.42% from 251); Blue value is 120 (47.27% from 255 or 47.81% from 251); Max value from RGB is 120 - color contains mainly: blue. Hex color #117278 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117278 is #EE8D87. Grayscale: #555555. Windows color (decimal): -15633800 or 7893521. OLE color: 7893521.

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

Color convert

RGB 17 114 120 -
CMYK 0.86 0.05 0 0.53
HSL 183.5º 0.75% 0.27% -
HSV(B) 183.5º 0.86% 0.47% -
XYZ 9.64 13.51 19.87 -
YUV 85.68 147.36 79.01 -
System Red Green Blue C M Y K H S L
Decimal 17 114 120 0.86 0.05 0 0.53 183.5 0.75 0.27
Hex 11 72 78 56 5 0 35 B7 4B 1B
Octal 21 162 170 126 5 0 65 267 113 33
Binary 10001 1110010 1111000 1010110 101 0 110101 10110111 1001011 11011

Color Harmonies of #117278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117278

Black with #117278

Text Example


Text Example

White with #117278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117278; }

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

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

background-color css

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

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

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

border-color css

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

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

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