Html Css Color HEX #127677 Surfie Green

📋 copy color: '#127677'

red 18 ◦ green 118 ◦ blue 119

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

Shades of Surfie Green #127677

Tints of Surfie Green #127677

RGB

 RED value IS 18 (7.42% from 255) = 7.06%

 GREEN value IS 118 (46.48% from 255) = 46.27%

 BLUE value IS 119 (46.88% from 255) = 46.67%

R = 7.06%
G = 46.27%
B = 46.67%

CMYK

 C value IS 0.85

 M value IS 0.01

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#127677 (or 0x127677) is known color: Surfie Green. HEX triplet: 12, 76 and 77. RGB value is (18,118,119). Sum of RGB (Red+Green+Blue) = 18+118+119=255 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.06% from 255); Green value is 118 (46.48% from 255 or 46.27% from 255); Blue value is 119 (46.88% from 255 or 46.67% from 255); Max value from RGB is 119 - color contains mainly: blue. Hex color #127677 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127677 is #ED8988. Grayscale: #585858. Windows color (decimal): -15567241 or 7829010. OLE color: 7829010.

HSL color Cylindrical-coordinate representation of color #127677: hue angle of 180.59º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127677 is Cyan = 0.85, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 18 118 119 -
CMYK 0.85 0.01 0 0.53
HSL 180.59º 0.74% 0.27% -
HSV(B) 180.59º 0.85% 0.47% -
XYZ 10.06 14.42 19.71 -
YUV 88.21 145.37 77.92 -
System Red Green Blue C M Y K H S L
Decimal 18 118 119 0.85 0.01 0 0.53 180.59 0.74 0.27
Hex 12 76 77 55 1 0 35 B5 4A 1B
Octal 22 166 167 125 1 0 65 265 112 33
Binary 10010 1110110 1110111 1010101 1 0 110101 10110101 1001010 11011

Color Harmonies of #127677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127677

Black with #127677

Text Example


Text Example

White with #127677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127677; }

 p { color: rgb(18,118,119); }

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

background-color css

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

 a { background-color: rgb(18,118,119); }

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

border-color css

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

 span { border-color: rgb(18,118,119); }

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