Html Css Color HEX #127576 Surfie Green

📋 copy color: '#127576'

red 18 ◦ green 117 ◦ blue 118

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

Shades of Surfie Green #127576

Tints of Surfie Green #127576

RGB

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

 GREEN value IS 117 (46.09% from 255) = 46.25%

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

R = 7.11%
G = 46.25%
B = 46.64%

CMYK

 C value IS 0.85

 M value IS 0.01

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#127576 (or 0x127576) is known color: Surfie Green. HEX triplet: 12, 75 and 76. RGB value is (18,117,118). Sum of RGB (Red+Green+Blue) = 18+117+118=253 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.11% from 253); Green value is 117 (46.09% from 255 or 46.25% from 253); Blue value is 118 (46.48% from 255 or 46.64% from 253); Max value from RGB is 118 - color contains mainly: blue. Hex color #127576 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127576 is #ED8A89. Grayscale: #575757. Windows color (decimal): -15567498 or 7763218. OLE color: 7763218.

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

Color convert

RGB 18 117 118 -
CMYK 0.85 0.01 0 0.54
HSL 180.6º 0.74% 0.27% -
HSV(B) 180.6º 0.85% 0.46% -
XYZ 9.88 14.16 19.35 -
YUV 87.51 145.2 78.42 -
System Red Green Blue C M Y K H S L
Decimal 18 117 118 0.85 0.01 0 0.54 180.6 0.74 0.27
Hex 12 75 76 55 1 0 36 B5 4A 1B
Octal 22 165 166 125 1 0 66 265 112 33
Binary 10010 1110101 1110110 1010101 1 0 110110 10110101 1001010 11011

Color Harmonies of #127576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127576

Black with #127576

Text Example


Text Example

White with #127576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127576; }

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

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

background-color css

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

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

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

border-color css

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

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

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