Html Css Color HEX #01717C Surfie Green

📋 copy color: '#01717C'

red 1 ◦ green 113 ◦ blue 124

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

Shades of Surfie Green #01717C

Tints of Surfie Green #01717C

RGB

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

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

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

R = 0.42%
G = 47.48%
B = 52.1%

CMYK

 C value IS 0.99

 M value IS 0.09

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#01717C (or 0x01717C) is known color: Surfie Green. HEX triplet: 01, 71 and 7C. RGB value is (1,113,124). Sum of RGB (Red+Green+Blue) = 1+113+124=238 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 238); Green value is 113 (44.53% from 255 or 47.48% from 238); Blue value is 124 (48.83% from 255 or 52.10% from 238); Max value from RGB is 124 - color contains mainly: blue. Hex color #01717C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01717C is #FE8E83. Grayscale: #505050. Windows color (decimal): -16682628 or 8155393. OLE color: 8155393.

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

Color convert

RGB 1 113 124 -
CMYK 0.99 0.09 0 0.51
HSL 185.37º 0.98% 0.25% -
HSV(B) 185.37º 0.99% 0.49% -
XYZ 9.56 13.27 21.13 -
YUV 80.77 152.39 71.11 -
System Red Green Blue C M Y K H S L
Decimal 1 113 124 0.99 0.09 0 0.51 185.37 0.98 0.25
Hex 1 71 7C 63 9 0 33 B9 62 19
Octal 1 161 174 143 11 0 63 271 142 31
Binary 1 1110001 1111100 1100011 1001 0 110011 10111001 1100010 11001

Color Harmonies of #01717C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01717C

Black with #01717C

Text Example


Text Example

White with #01717C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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