Html Css Color HEX #017276 Surfie Green

📋 copy color: '#017276'

red 1 ◦ green 114 ◦ blue 118

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

Shades of Surfie Green #017276

Tints of Surfie Green #017276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 50.64%

R = 0.43%
G = 48.93%
B = 50.64%

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

#017276 (or 0x017276) is known color: Surfie Green. HEX triplet: 01, 72 and 76. RGB value is (1,114,118). Sum of RGB (Red+Green+Blue) = 1+114+118=233 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 233); Green value is 114 (44.92% from 255 or 48.93% from 233); Blue value is 118 (46.48% from 255 or 50.64% from 233); Max value from RGB is 118 - color contains mainly: blue. Hex color #017276 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017276 is #FE8D89. Grayscale: #505050. Windows color (decimal): -16682378 or 7762433. OLE color: 7762433.

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

Color convert

RGB 1 114 118 -
CMYK 0.99 0.03 0 0.54
HSL 182.05º 0.98% 0.23% -
HSV(B) 182.05º 0.99% 0.46% -
XYZ 9.3 13.35 19.23 -
YUV 80.67 149.06 71.17 -
System Red Green Blue C M Y K H S L
Decimal 1 114 118 0.99 0.03 0 0.54 182.05 0.98 0.23
Hex 1 72 76 63 3 0 36 B6 62 17
Octal 1 162 166 143 3 0 66 266 142 27
Binary 1 1110010 1110110 1100011 11 0 110110 10110110 1100010 10111

Color Harmonies of #017276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017276

Black with #017276

Text Example


Text Example

White with #017276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017276; }

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

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

background-color css

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

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

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

border-color css

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

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

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