Html Css Color HEX #127276 Surfie Green

📋 copy color: '#127276'

red 18 ◦ green 114 ◦ blue 118

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

Shades of Surfie Green #127276

Tints of Surfie Green #127276

RGB

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

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

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

R = 7.2%
G = 45.6%
B = 47.2%

CMYK

 C value IS 0.85

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#127276 (or 0x127276) is known color: Surfie Green. HEX triplet: 12, 72 and 76. RGB value is (18,114,118). Sum of RGB (Red+Green+Blue) = 18+114+118=250 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.2% from 250); Green value is 114 (44.92% from 255 or 45.6% from 250); Blue value is 118 (46.48% from 255 or 47.2% from 250); Max value from RGB is 118 - color contains mainly: blue. Hex color #127276 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127276 is #ED8D89. Grayscale: #555555. Windows color (decimal): -15568266 or 7762450. OLE color: 7762450.

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

Color convert

RGB 18 114 118 -
CMYK 0.85 0.03 0 0.54
HSL 182.4º 0.74% 0.27% -
HSV(B) 182.4º 0.85% 0.46% -
XYZ 9.54 13.47 19.24 -
YUV 85.75 146.2 79.67 -
System Red Green Blue C M Y K H S L
Decimal 18 114 118 0.85 0.03 0 0.54 182.4 0.74 0.27
Hex 12 72 76 55 3 0 36 B6 4A 1B
Octal 22 162 166 125 3 0 66 266 112 33
Binary 10010 1110010 1110110 1010101 11 0 110110 10110110 1001010 11011

Color Harmonies of #127276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127276

Black with #127276

Text Example


Text Example

White with #127276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127276; }

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

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

background-color css

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

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

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

border-color css

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

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

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