Html Css Color HEX #147676 Surfie Green

📋 copy color: '#147676'

red 20 ◦ green 118 ◦ blue 118

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

Shades of Surfie Green #147676

Tints of Surfie Green #147676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 46.09%

R = 7.81%
G = 46.09%
B = 46.09%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#147676 (or 0x147676) is known color: Surfie Green. HEX triplet: 14, 76 and 76. RGB value is (20,118,118). Sum of RGB (Red+Green+Blue) = 20+118+118=256 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.81% from 256); Green value is 118 (46.48% from 255 or 46.09% from 256); Blue value is 118 (46.48% from 255 or 46.09% from 256); Max value from RGB is 118 - color contains mainly: green, blue. Hex color #147676 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147676 is #EB8989. Grayscale: #585858. Windows color (decimal): -15436170 or 7763476. OLE color: 7763476.

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

Color convert

RGB 20 118 118 -
CMYK 0.83 0 0 0.54
HSL 180º 0.71% 0.27% -
HSV(B) 180º 0.83% 0.46% -
XYZ 10.04 14.41 19.39 -
YUV 88.7 144.53 79 -
System Red Green Blue C M Y K H S L
Decimal 20 118 118 0.83 0 0 0.54 180 0.71 0.27
Hex 14 76 76 53 0 0 36 B4 47 1B
Octal 24 166 166 123 0 0 66 264 107 33
Binary 10100 1110110 1110110 1010011 0 0 110110 10110100 1000111 11011

Color Harmonies of #147676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147676

Black with #147676

Text Example


Text Example

White with #147676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147676; }

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

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

background-color css

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

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

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

border-color css

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

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

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