Html Css Color HEX #01717F Surfie Green

📋 copy color: '#01717F'

red 1 ◦ green 113 ◦ blue 127

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

Shades of Surfie Green #01717F

Tints of Surfie Green #01717F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 46.89%

 BLUE value IS 127 (50% from 255) = 52.7%

R = 0.41%
G = 46.89%
B = 52.7%

CMYK

 C value IS 0.99

 M value IS 0.11

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#01717F (or 0x01717F) is known color: Surfie Green. HEX triplet: 01, 71 and 7F. RGB value is (1,113,127). Sum of RGB (Red+Green+Blue) = 1+113+127=241 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 241); Green value is 113 (44.53% from 255 or 46.89% from 241); Blue value is 127 (50% from 255 or 52.70% from 241); Max value from RGB is 127 - color contains mainly: blue. Hex color #01717F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01717F is #FE8E80. Grayscale: #505050. Windows color (decimal): -16682625 or 8352001. OLE color: 8352001.

HSL color Cylindrical-coordinate representation of color #01717F: hue angle of 186.67º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01717F is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 1 113 127 -
CMYK 0.99 0.11 0 0.50
HSL 186.67º 0.98% 0.25% -
HSV(B) 186.67º 0.99% 0.5% -
XYZ 9.75 13.35 22.14 -
YUV 81.11 153.89 70.86 -
System Red Green Blue C M Y K H S L
Decimal 1 113 127 0.99 0.11 0 0.50 186.67 0.98 0.25
Hex 1 71 7F 63 B 0 32 BB 62 19
Octal 1 161 177 143 13 0 62 273 142 31
Binary 1 1110001 1111111 1100011 1011 0 110010 10111011 1100010 11001

Color Harmonies of #01717F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01717F

Black with #01717F

Text Example


Text Example

White with #01717F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01717F; }

 p { color: rgb(1,113,127); }

 H1.HeaderClassName
 {
   color: #01717F;
 }
 .AnyTagClassName
 {
   color: #01717F;
 }
</style>

background-color css

<style>
 a { background-color: #01717F; }

 a { background-color: rgb(1,113,127); }

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

border-color css

<style>
 span { border-color: #01717F; }

 span { border-color: rgb(1,113,127); }

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