Html Css Color HEX #017273 Surfie Green

📋 copy color: '#017273'

red 1 ◦ green 114 ◦ blue 115

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

Shades of Surfie Green #017273

Tints of Surfie Green #017273

RGB

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

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

 BLUE value IS 115 (45.31% 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.55

RGB Variations

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

Color information

#017273 (or 0x017273) is known color: Surfie Green. HEX triplet: 01, 72 and 73. RGB value is (1,114,115). Sum of RGB (Red+Green+Blue) = 1+114+115=230 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 230); Green value is 114 (44.92% from 255 or 49.57% from 230); Blue value is 115 (45.31% from 255 or 50% from 230); Max value from RGB is 115 - color contains mainly: blue. Hex color #017273 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017273 is #FE8D8C. Grayscale: #505050. Windows color (decimal): -16682381 or 7565825. OLE color: 7565825.

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

Color convert

RGB 1 114 115 -
CMYK 0.99 0.01 0 0.55
HSL 180.53º 0.98% 0.23% -
HSV(B) 180.53º 0.99% 0.45% -
XYZ 9.12 13.28 18.3 -
YUV 80.33 147.56 71.42 -
System Red Green Blue C M Y K H S L
Decimal 1 114 115 0.99 0.01 0 0.55 180.53 0.98 0.23
Hex 1 72 73 63 1 0 37 B5 62 17
Octal 1 162 163 143 1 0 67 265 142 27
Binary 1 1110010 1110011 1100011 1 0 110111 10110101 1100010 10111

Color Harmonies of #017273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017273

Black with #017273

Text Example


Text Example

White with #017273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017273; }

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

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

background-color css

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

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

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

border-color css

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

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

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