Html Css Color HEX #017375 Surfie Green

📋 copy color: '#017375'

red 1 ◦ green 115 ◦ blue 117

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

Shades of Surfie Green #017375

Tints of Surfie Green #017375

RGB

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

 GREEN value IS 115 (45.31% from 255) = 49.36%

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

R = 0.43%
G = 49.36%
B = 50.21%

CMYK

 C value IS 0.99

 M value IS 0.02

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#017375 (or 0x017375) is known color: Surfie Green. HEX triplet: 01, 73 and 75. RGB value is (1,115,117). Sum of RGB (Red+Green+Blue) = 1+115+117=233 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 233); Green value is 115 (45.31% from 255 or 49.36% from 233); Blue value is 117 (46.09% from 255 or 50.21% from 233); Max value from RGB is 117 - color contains mainly: blue. Hex color #017375 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017375 is #FE8C8A. Grayscale: #515151. Windows color (decimal): -16682123 or 7697153. OLE color: 7697153.

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

Color convert

RGB 1 115 117 -
CMYK 0.99 0.02 0 0.54
HSL 181.03º 0.98% 0.23% -
HSV(B) 181.03º 0.99% 0.46% -
XYZ 9.35 13.55 18.95 -
YUV 81.14 148.23 70.84 -
System Red Green Blue C M Y K H S L
Decimal 1 115 117 0.99 0.02 0 0.54 181.03 0.98 0.23
Hex 1 73 75 63 2 0 36 B5 62 17
Octal 1 163 165 143 2 0 66 265 142 27
Binary 1 1110011 1110101 1100011 10 0 110110 10110101 1100010 10111

Color Harmonies of #017375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017375

Black with #017375

Text Example


Text Example

White with #017375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017375; }

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

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

background-color css

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

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

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

border-color css

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

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

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