Html Css Color HEX #017274 Surfie Green

📋 copy color: '#017274'

red 1 ◦ green 114 ◦ blue 116

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

Shades of Surfie Green #017274

Tints of Surfie Green #017274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 50.22%

R = 0.43%
G = 49.35%
B = 50.22%

CMYK

 C value IS 0.99

 M value IS 0.02

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#017274 (or 0x017274) is known color: Surfie Green. HEX triplet: 01, 72 and 74. RGB value is (1,114,116). Sum of RGB (Red+Green+Blue) = 1+114+116=231 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 231); Green value is 114 (44.92% from 255 or 49.35% from 231); Blue value is 116 (45.70% from 255 or 50.22% from 231); Max value from RGB is 116 - color contains mainly: blue. Hex color #017274 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017274 is #FE8D8B. Grayscale: #505050. Windows color (decimal): -16682380 or 7631361. OLE color: 7631361.

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

Color convert

RGB 1 114 116 -
CMYK 0.99 0.02 0 0.55
HSL 181.04º 0.98% 0.23% -
HSV(B) 181.04º 0.99% 0.45% -
XYZ 9.18 13.3 18.61 -
YUV 80.44 148.06 71.34 -
System Red Green Blue C M Y K H S L
Decimal 1 114 116 0.99 0.02 0 0.55 181.04 0.98 0.23
Hex 1 72 74 63 2 0 37 B5 62 17
Octal 1 162 164 143 2 0 67 265 142 27
Binary 1 1110010 1110100 1100011 10 0 110111 10110101 1100010 10111

Color Harmonies of #017274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017274

Black with #017274

Text Example


Text Example

White with #017274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017274; }

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

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

background-color css

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

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

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

border-color css

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

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

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