Html Css Color HEX #147B7C Surfie Green

📋 copy color: '#147B7C'

red 20 ◦ green 123 ◦ blue 124

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

Shades of Surfie Green #147B7C

Tints of Surfie Green #147B7C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 46.07%

 BLUE value IS 124 (48.83% from 255) = 46.44%

R = 7.49%
G = 46.07%
B = 46.44%

CMYK

 C value IS 0.84

 M value IS 0.01

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#147B7C (or 0x147B7C) is known color: Surfie Green. HEX triplet: 14, 7B and 7C. RGB value is (20,123,124). Sum of RGB (Red+Green+Blue) = 20+123+124=267 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.49% from 267); Green value is 123 (48.44% from 255 or 46.07% from 267); Blue value is 124 (48.83% from 255 or 46.44% from 267); Max value from RGB is 124 - color contains mainly: blue. Hex color #147B7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147B7C is #EB8483. Grayscale: #5C5C5C. Windows color (decimal): -15434884 or 8157972. OLE color: 8157972.

HSL color Cylindrical-coordinate representation of color #147B7C: hue angle of 180.58º 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 #147B7C is Cyan = 0.84, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 20 123 124 -
CMYK 0.84 0.01 0 0.51
HSL 180.58º 0.72% 0.28% -
HSV(B) 180.58º 0.84% 0.49% -
XYZ 11.01 15.77 21.53 -
YUV 92.32 145.88 76.42 -
System Red Green Blue C M Y K H S L
Decimal 20 123 124 0.84 0.01 0 0.51 180.58 0.72 0.28
Hex 14 7B 7C 54 1 0 33 B5 48 1C
Octal 24 173 174 124 1 0 63 265 110 34
Binary 10100 1111011 1111100 1010100 1 0 110011 10110101 1001000 11100

Color Harmonies of #147B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147B7C

Black with #147B7C

Text Example


Text Example

White with #147B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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