Html Css Color HEX #147E7A Surfie Green

📋 copy color: '#147E7A'

red 20 ◦ green 126 ◦ blue 122

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

Shades of Surfie Green #147E7A

Tints of Surfie Green #147E7A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 47.01%

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

R = 7.46%
G = 47.01%
B = 45.52%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.03

 K value IS 0.51

RGB Variations

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

Color information

#147E7A (or 0x147E7A) is known color: Surfie Green. HEX triplet: 14, 7E and 7A. RGB value is (20,126,122). Sum of RGB (Red+Green+Blue) = 20+126+122=268 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.46% from 268); Green value is 126 (49.61% from 255 or 47.01% from 268); Blue value is 122 (48.05% from 255 or 45.52% from 268); Max value from RGB is 126 - color contains mainly: green. Hex color #147E7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147E7A is #EB8185. Grayscale: #5D5D5D. Windows color (decimal): -15434118 or 8027668. OLE color: 8027668.

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

Color convert

RGB 20 126 122 -
CMYK 0.84 0 0.03 0.51
HSL 177.74º 0.73% 0.29% -
HSV(B) 177.74º 0.84% 0.49% -
XYZ 11.26 16.48 21 -
YUV 93.85 143.88 75.33 -
System Red Green Blue C M Y K H S L
Decimal 20 126 122 0.84 0 0.03 0.51 177.74 0.73 0.29
Hex 14 7E 7A 54 0 3 33 B2 49 1D
Octal 24 176 172 124 0 3 63 262 111 35
Binary 10100 1111110 1111010 1010100 0 11 110011 10110010 1001001 11101

Color Harmonies of #147E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147E7A

Black with #147E7A

Text Example


Text Example

White with #147E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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