Html Css Color HEX #128477 Surfie Green

📋 copy color: '#128477'

red 18 ◦ green 132 ◦ blue 119

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

Shades of Surfie Green #128477

Tints of Surfie Green #128477

RGB

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

 GREEN value IS 132 (51.95% from 255) = 49.07%

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

R = 6.69%
G = 49.07%
B = 44.24%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#128477 (or 0x128477) is known color: Surfie Green. HEX triplet: 12, 84 and 77. RGB value is (18,132,119). Sum of RGB (Red+Green+Blue) = 18+132+119=269 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.69% from 269); Green value is 132 (51.95% from 255 or 49.07% from 269); Blue value is 119 (46.88% from 255 or 44.24% from 269); Max value from RGB is 132 - color contains mainly: green. Hex color #128477 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128477 is #ED7B88. Grayscale: #606060. Windows color (decimal): -15563657 or 7832594. OLE color: 7832594.

HSL color Cylindrical-coordinate representation of color #128477: hue angle of 173.16º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #128477 is Cyan = 0.86, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB 18 132 119 -
CMYK 0.86 0 0.10 0.48
HSL 173.16º 0.76% 0.29% -
HSV(B) 173.16º 0.86% 0.52% -
XYZ 11.83 17.96 20.3 -
YUV 96.43 140.73 72.06 -
System Red Green Blue C M Y K H S L
Decimal 18 132 119 0.86 0 0.10 0.48 173.16 0.76 0.29
Hex 12 84 77 56 0 A 30 AD 4C 1D
Octal 22 204 167 126 0 12 60 255 114 35
Binary 10010 10000100 1110111 1010110 0 1010 110000 10101101 1001100 11101

Color Harmonies of #128477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128477

Black with #128477

Text Example


Text Example

White with #128477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128477; }

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

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

background-color css

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

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

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

border-color css

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

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

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