Html Css Color HEX #147F7A Surfie Green

📋 copy color: '#147F7A'

red 20 ◦ green 127 ◦ blue 122

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

Shades of Surfie Green #147F7A

Tints of Surfie Green #147F7A

RGB

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

 GREEN value IS 127 (50% from 255) = 47.21%

 BLUE value IS 122 (48.05% from 255) = 45.35%

R = 7.43%
G = 47.21%
B = 45.35%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.04

 K value IS 0.50

RGB Variations

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

Color information

#147F7A (or 0x147F7A) is known color: Surfie Green. HEX triplet: 14, 7F and 7A. RGB value is (20,127,122). Sum of RGB (Red+Green+Blue) = 20+127+122=269 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.43% from 269); Green value is 127 (50% from 255 or 47.21% from 269); Blue value is 122 (48.05% from 255 or 45.35% from 269); Max value from RGB is 127 - color contains mainly: green. Hex color #147F7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147F7A is #EB8085. Grayscale: #5E5E5E. Windows color (decimal): -15433862 or 8027924. OLE color: 8027924.

HSL color Cylindrical-coordinate representation of color #147F7A: hue angle of 177.2º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #147F7A is Cyan = 0.84, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.50.

Color convert

RGB 20 127 122 -
CMYK 0.84 0 0.04 0.50
HSL 177.2º 0.73% 0.29% -
HSV(B) 177.2º 0.84% 0.5% -
XYZ 11.39 16.73 21.04 -
YUV 94.44 143.55 74.91 -
System Red Green Blue C M Y K H S L
Decimal 20 127 122 0.84 0 0.04 0.50 177.2 0.73 0.29
Hex 14 7F 7A 54 0 4 32 B1 49 1D
Octal 24 177 172 124 0 4 62 261 111 35
Binary 10100 1111111 1111010 1010100 0 100 110010 10110001 1001001 11101

Color Harmonies of #147F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147F7A

Black with #147F7A

Text Example


Text Example

White with #147F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147F7A; }

 p { color: rgb(20,127,122); }

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

background-color css

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

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

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

border-color css

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

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

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