Html Css Color HEX #016F73 Surfie Green

📋 copy color: '#016F73'

red 1 ◦ green 111 ◦ blue 115

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

Shades of Surfie Green #016F73

Tints of Surfie Green #016F73

RGB

 RED value IS 1 (0.78% from 255) = 0.44%

 GREEN value IS 111 (43.75% from 255) = 48.9%

 BLUE value IS 115 (45.31% from 255) = 50.66%

R = 0.44%
G = 48.9%
B = 50.66%

CMYK

 C value IS 0.99

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#016F73 (or 0x016F73) is known color: Surfie Green. HEX triplet: 01, 6F and 73. RGB value is (1,111,115). Sum of RGB (Red+Green+Blue) = 1+111+115=227 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 227); Green value is 111 (43.75% from 255 or 48.90% from 227); Blue value is 115 (45.31% from 255 or 50.66% from 227); Max value from RGB is 115 - color contains mainly: blue. Hex color #016F73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016F73 is #FE908C. Grayscale: #4E4E4E. Windows color (decimal): -16683149 or 7565057. OLE color: 7565057.

HSL color Cylindrical-coordinate representation of color #016F73: hue angle of 182.11º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016F73 is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 1 111 115 -
CMYK 0.99 0.03 0 0.55
HSL 182.11º 0.98% 0.23% -
HSV(B) 182.11º 0.99% 0.45% -
XYZ 8.79 12.61 18.19 -
YUV 78.57 148.56 72.67 -
System Red Green Blue C M Y K H S L
Decimal 1 111 115 0.99 0.03 0 0.55 182.11 0.98 0.23
Hex 1 6F 73 63 3 0 37 B6 62 17
Octal 1 157 163 143 3 0 67 266 142 27
Binary 1 1101111 1110011 1100011 11 0 110111 10110110 1100010 10111

Color Harmonies of #016F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016F73

Black with #016F73

Text Example


Text Example

White with #016F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016F73; }

 p { color: rgb(1,111,115); }

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

background-color css

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

 a { background-color: rgb(1,111,115); }

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

border-color css

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

 span { border-color: rgb(1,111,115); }

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