Html Css Color HEX #127477 Surfie Green

📋 copy color: '#127477'

red 18 ◦ green 116 ◦ blue 119

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

Shades of Surfie Green #127477

Tints of Surfie Green #127477

RGB

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

 GREEN value IS 116 (45.7% from 255) = 45.85%

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

R = 7.11%
G = 45.85%
B = 47.04%

CMYK

 C value IS 0.85

 M value IS 0.03

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#127477 (or 0x127477) is known color: Surfie Green. HEX triplet: 12, 74 and 77. RGB value is (18,116,119). Sum of RGB (Red+Green+Blue) = 18+116+119=253 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.11% from 253); Green value is 116 (45.70% from 255 or 45.85% from 253); Blue value is 119 (46.88% from 255 or 47.04% from 253); Max value from RGB is 119 - color contains mainly: blue. Hex color #127477 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127477 is #ED8B88. Grayscale: #565656. Windows color (decimal): -15567753 or 7828498. OLE color: 7828498.

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

Color convert

RGB 18 116 119 -
CMYK 0.85 0.03 0 0.53
HSL 181.78º 0.74% 0.27% -
HSV(B) 181.78º 0.85% 0.47% -
XYZ 9.82 13.95 19.63 -
YUV 87.04 146.03 78.76 -
System Red Green Blue C M Y K H S L
Decimal 18 116 119 0.85 0.03 0 0.53 181.78 0.74 0.27
Hex 12 74 77 55 3 0 35 B6 4A 1B
Octal 22 164 167 125 3 0 65 266 112 33
Binary 10010 1110100 1110111 1010101 11 0 110101 10110110 1001010 11011

Color Harmonies of #127477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127477

Black with #127477

Text Example


Text Example

White with #127477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127477; }

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

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

background-color css

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

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

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

border-color css

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

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

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