Html Css Color HEX #147677 Surfie Green

📋 copy color: '#147677'

red 20 ◦ green 118 ◦ blue 119

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

Shades of Surfie Green #147677

Tints of Surfie Green #147677

RGB

 RED value IS 20 (8.2% from 255) = 7.78%

 GREEN value IS 118 (46.48% from 255) = 45.91%

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

R = 7.78%
G = 45.91%
B = 46.3%

CMYK

 C value IS 0.83

 M value IS 0.01

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#147677 (or 0x147677) is known color: Surfie Green. HEX triplet: 14, 76 and 77. RGB value is (20,118,119). Sum of RGB (Red+Green+Blue) = 20+118+119=257 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.78% from 257); Green value is 118 (46.48% from 255 or 45.91% from 257); Blue value is 119 (46.88% from 255 or 46.30% from 257); Max value from RGB is 119 - color contains mainly: blue. Hex color #147677 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147677 is #EB8988. Grayscale: #585858. Windows color (decimal): -15436169 or 7829012. OLE color: 7829012.

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

Color convert

RGB 20 118 119 -
CMYK 0.83 0.01 0 0.53
HSL 180.61º 0.71% 0.27% -
HSV(B) 180.61º 0.83% 0.47% -
XYZ 10.1 14.44 19.71 -
YUV 88.81 145.03 78.92 -
System Red Green Blue C M Y K H S L
Decimal 20 118 119 0.83 0.01 0 0.53 180.61 0.71 0.27
Hex 14 76 77 53 1 0 35 B5 47 1B
Octal 24 166 167 123 1 0 65 265 107 33
Binary 10100 1110110 1110111 1010011 1 0 110101 10110101 1000111 11011

Color Harmonies of #147677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147677

Black with #147677

Text Example


Text Example

White with #147677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147677; }

 p { color: rgb(20,118,119); }

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

background-color css

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

 a { background-color: rgb(20,118,119); }

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

border-color css

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

 span { border-color: rgb(20,118,119); }

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