Html Css Color HEX #01717D Surfie Green

📋 copy color: '#01717D'

red 1 ◦ green 113 ◦ blue 125

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

Shades of Surfie Green #01717D

Tints of Surfie Green #01717D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 52.3%

R = 0.42%
G = 47.28%
B = 52.3%

CMYK

 C value IS 0.99

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#01717D (or 0x01717D) is known color: Surfie Green. HEX triplet: 01, 71 and 7D. RGB value is (1,113,125). Sum of RGB (Red+Green+Blue) = 1+113+125=239 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 239); Green value is 113 (44.53% from 255 or 47.28% from 239); Blue value is 125 (49.22% from 255 or 52.30% from 239); Max value from RGB is 125 - color contains mainly: blue. Hex color #01717D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01717D is #FE8E82. Grayscale: #505050. Windows color (decimal): -16682627 or 8220929. OLE color: 8220929.

HSL color Cylindrical-coordinate representation of color #01717D: hue angle of 185.81º 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 #01717D is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 1 113 125 -
CMYK 0.99 0.10 0 0.51
HSL 185.81º 0.98% 0.25% -
HSV(B) 185.81º 0.99% 0.49% -
XYZ 9.62 13.3 21.46 -
YUV 80.88 152.89 71.02 -
System Red Green Blue C M Y K H S L
Decimal 1 113 125 0.99 0.10 0 0.51 185.81 0.98 0.25
Hex 1 71 7D 63 A 0 33 BA 62 19
Octal 1 161 175 143 12 0 63 272 142 31
Binary 1 1110001 1111101 1100011 1010 0 110011 10111010 1100010 11001

Color Harmonies of #01717D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01717D

Black with #01717D

Text Example


Text Example

White with #01717D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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