Html Css Color HEX #018676 Surfie Green

📋 copy color: '#018676'

red 1 ◦ green 134 ◦ blue 118

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

Shades of Surfie Green #018676

Tints of Surfie Green #018676

RGB

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

 GREEN value IS 134 (52.73% from 255) = 52.96%

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

R = 0.4%
G = 52.96%
B = 46.64%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#018676 (or 0x018676) is known color: Surfie Green. HEX triplet: 01, 86 and 76. RGB value is (1,134,118). Sum of RGB (Red+Green+Blue) = 1+134+118=253 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 253); Green value is 134 (52.73% from 255 or 52.96% from 253); Blue value is 118 (46.48% from 255 or 46.64% from 253); Max value from RGB is 134 - color contains mainly: green. Hex color #018676 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018676 is #FE7989. Grayscale: #5C5C5C. Windows color (decimal): -16677258 or 7767553. OLE color: 7767553.

HSL color Cylindrical-coordinate representation of color #018676: hue angle of 172.78º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018676 is Cyan = 0.99, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB 1 134 118 -
CMYK 0.99 0 0.12 0.47
HSL 172.78º 0.99% 0.26% -
HSV(B) 172.78º 0.99% 0.53% -
XYZ 11.81 18.36 20.06 -
YUV 92.41 142.44 62.8 -
System Red Green Blue C M Y K H S L
Decimal 1 134 118 0.99 0 0.12 0.47 172.78 0.99 0.26
Hex 1 86 76 63 0 C 2F AD 63 1A
Octal 1 206 166 143 0 14 57 255 143 32
Binary 1 10000110 1110110 1100011 0 1100 101111 10101101 1100011 11010

Color Harmonies of #018676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018676

Black with #018676

Text Example


Text Example

White with #018676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018676; }

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

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

background-color css

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

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

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

border-color css

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

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

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