Html Css Color HEX #017275 Surfie Green

📋 copy color: '#017275'

red 1 ◦ green 114 ◦ blue 117

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

Shades of Surfie Green #017275

Tints of Surfie Green #017275

RGB

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

 GREEN value IS 114 (44.92% from 255) = 49.14%

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

R = 0.43%
G = 49.14%
B = 50.43%

CMYK

 C value IS 0.99

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#017275 (or 0x017275) is known color: Surfie Green. HEX triplet: 01, 72 and 75. RGB value is (1,114,117). Sum of RGB (Red+Green+Blue) = 1+114+117=232 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 232); Green value is 114 (44.92% from 255 or 49.14% from 232); Blue value is 117 (46.09% from 255 or 50.43% from 232); Max value from RGB is 117 - color contains mainly: blue. Hex color #017275 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017275 is #FE8D8A. Grayscale: #505050. Windows color (decimal): -16682379 or 7696897. OLE color: 7696897.

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

Color convert

RGB 1 114 117 -
CMYK 0.99 0.03 0 0.54
HSL 181.55º 0.98% 0.23% -
HSV(B) 181.55º 0.99% 0.46% -
XYZ 9.24 13.33 18.91 -
YUV 80.56 148.56 71.26 -
System Red Green Blue C M Y K H S L
Decimal 1 114 117 0.99 0.03 0 0.54 181.55 0.98 0.23
Hex 1 72 75 63 3 0 36 B6 62 17
Octal 1 162 165 143 3 0 66 266 142 27
Binary 1 1110010 1110101 1100011 11 0 110110 10110110 1100010 10111

Color Harmonies of #017275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017275

Black with #017275

Text Example


Text Example

White with #017275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017275; }

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

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

background-color css

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

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

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

border-color css

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

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

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