Html Css Color HEX #017575 Surfie Green

📋 copy color: '#017575'

red 1 ◦ green 117 ◦ blue 117

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

Shades of Surfie Green #017575

Tints of Surfie Green #017575

RGB

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

 GREEN value IS 117 (46.09% from 255) = 49.79%

 BLUE value IS 117 (46.09% from 255) = 49.79%

R = 0.43%
G = 49.79%
B = 49.79%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#017575 (or 0x017575) is known color: Surfie Green. HEX triplet: 01, 75 and 75. RGB value is (1,117,117). Sum of RGB (Red+Green+Blue) = 1+117+117=235 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 235); Green value is 117 (46.09% from 255 or 49.79% from 235); Blue value is 117 (46.09% from 255 or 49.79% from 235); Max value from RGB is 117 - color contains mainly: green, blue. Hex color #017575 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017575 is #FE8A8A. Grayscale: #525252. Windows color (decimal): -16681611 or 7697665. OLE color: 7697665.

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

Color convert

RGB 1 117 117 -
CMYK 0.99 0 0 0.54
HSL 180º 0.98% 0.23% -
HSV(B) 180º 0.99% 0.46% -
XYZ 9.58 14.01 19.03 -
YUV 82.32 147.57 70 -
System Red Green Blue C M Y K H S L
Decimal 1 117 117 0.99 0 0 0.54 180 0.98 0.23
Hex 1 75 75 63 0 0 36 B4 62 17
Octal 1 165 165 143 0 0 66 264 142 27
Binary 1 1110101 1110101 1100011 0 0 110110 10110100 1100010 10111

Color Harmonies of #017575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017575

Black with #017575

Text Example


Text Example

White with #017575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017575; }

 p { color: rgb(1,117,117); }

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

background-color css

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

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

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

border-color css

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

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

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