Html Css Color HEX #147D7B Surfie Green

📋 copy color: '#147D7B'

red 20 ◦ green 125 ◦ blue 123

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

Shades of Surfie Green #147D7B

Tints of Surfie Green #147D7B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 46.64%

 BLUE value IS 123 (48.44% from 255) = 45.9%

R = 7.46%
G = 46.64%
B = 45.9%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.02

 K value IS 0.51

RGB Variations

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

Color information

#147D7B (or 0x147D7B) is known color: Surfie Green. HEX triplet: 14, 7D and 7B. RGB value is (20,125,123). Sum of RGB (Red+Green+Blue) = 20+125+123=268 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.46% from 268); Green value is 125 (49.22% from 255 or 46.64% from 268); Blue value is 123 (48.44% from 255 or 45.90% from 268); Max value from RGB is 125 - color contains mainly: green. Hex color #147D7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147D7B is #EB8284. Grayscale: #5D5D5D. Windows color (decimal): -15434373 or 8092948. OLE color: 8092948.

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

Color convert

RGB 20 125 123 -
CMYK 0.84 0 0.02 0.51
HSL 178.86º 0.72% 0.28% -
HSV(B) 178.86º 0.84% 0.49% -
XYZ 11.2 16.25 21.28 -
YUV 93.38 144.71 75.66 -
System Red Green Blue C M Y K H S L
Decimal 20 125 123 0.84 0 0.02 0.51 178.86 0.72 0.28
Hex 14 7D 7B 54 0 2 33 B3 48 1C
Octal 24 175 173 124 0 2 63 263 110 34
Binary 10100 1111101 1111011 1010100 0 10 110011 10110011 1001000 11100

Color Harmonies of #147D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147D7B

Black with #147D7B

Text Example


Text Example

White with #147D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,125,123); }

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

background-color css

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

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

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

border-color css

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

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

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