Html Css Color HEX #147575 Surfie Green

📋 copy color: '#147575'

red 20 ◦ green 117 ◦ blue 117

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

Shades of Surfie Green #147575

Tints of Surfie Green #147575

RGB

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

 GREEN value IS 117 (46.09% from 255) = 46.06%

 BLUE value IS 117 (46.09% from 255) = 46.06%

R = 7.87%
G = 46.06%
B = 46.06%

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

#147575 (or 0x147575) is known color: Surfie Green. HEX triplet: 14, 75 and 75. RGB value is (20,117,117). Sum of RGB (Red+Green+Blue) = 20+117+117=254 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.87% from 254); Green value is 117 (46.09% from 255 or 46.06% from 254); Blue value is 117 (46.09% from 255 or 46.06% from 254); Max value from RGB is 117 - color contains mainly: green, blue. Hex color #147575 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147575 is #EB8A8A. Grayscale: #575757. Windows color (decimal): -15436427 or 7697684. OLE color: 7697684.

HSL color Cylindrical-coordinate representation of color #147575: 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 #147575 is Cyan = 0.83, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 20 117 117 -
CMYK 0.83 0 0 0.54
HSL 180º 0.71% 0.27% -
HSV(B) 180º 0.83% 0.46% -
XYZ 9.86 14.16 19.04 -
YUV 88 144.36 79.5 -
System Red Green Blue C M Y K H S L
Decimal 20 117 117 0.83 0 0 0.54 180 0.71 0.27
Hex 14 75 75 53 0 0 36 B4 47 1B
Octal 24 165 165 123 0 0 66 264 107 33
Binary 10100 1110101 1110101 1010011 0 0 110110 10110100 1000111 11011

Color Harmonies of #147575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147575

Black with #147575

Text Example


Text Example

White with #147575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147575; }

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

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

background-color css

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

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

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

border-color css

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

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

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