Html Css Color HEX #017475 Surfie Green

📋 copy color: '#017475'

red 1 ◦ green 116 ◦ blue 117

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

Shades of Surfie Green #017475

Tints of Surfie Green #017475

RGB

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

 GREEN value IS 116 (45.7% from 255) = 49.57%

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

R = 0.43%
G = 49.57%
B = 50%

CMYK

 C value IS 0.99

 M value IS 0.01

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#017475 (or 0x017475) is known color: Surfie Green. HEX triplet: 01, 74 and 75. RGB value is (1,116,117). Sum of RGB (Red+Green+Blue) = 1+116+117=234 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 234); Green value is 116 (45.70% from 255 or 49.57% from 234); Blue value is 117 (46.09% from 255 or 50% from 234); Max value from RGB is 117 - color contains mainly: blue. Hex color #017475 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017475 is #FE8B8A. Grayscale: #515151. Windows color (decimal): -16681867 or 7697409. OLE color: 7697409.

HSL color Cylindrical-coordinate representation of color #017475: hue angle of 180.52º 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 #017475 is Cyan = 0.99, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 1 116 117 -
CMYK 0.99 0.01 0 0.54
HSL 180.52º 0.98% 0.23% -
HSV(B) 180.52º 0.99% 0.46% -
XYZ 9.47 13.78 18.99 -
YUV 81.73 147.9 70.42 -
System Red Green Blue C M Y K H S L
Decimal 1 116 117 0.99 0.01 0 0.54 180.52 0.98 0.23
Hex 1 74 75 63 1 0 36 B5 62 17
Octal 1 164 165 143 1 0 66 265 142 27
Binary 1 1110100 1110101 1100011 1 0 110110 10110101 1100010 10111

Color Harmonies of #017475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017475

Black with #017475

Text Example


Text Example

White with #017475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017475; }

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

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

background-color css

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

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

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

border-color css

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

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

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