Html Css Color HEX #127375 Surfie Green

📋 copy color: '#127375'

red 18 ◦ green 115 ◦ blue 117

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

Shades of Surfie Green #127375

Tints of Surfie Green #127375

RGB

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

 GREEN value IS 115 (45.31% from 255) = 46%

 BLUE value IS 117 (46.09% from 255) = 46.8%

R = 7.2%
G = 46%
B = 46.8%

CMYK

 C value IS 0.85

 M value IS 0.02

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#127375 (or 0x127375) is known color: Surfie Green. HEX triplet: 12, 73 and 75. RGB value is (18,115,117). Sum of RGB (Red+Green+Blue) = 18+115+117=250 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.2% from 250); Green value is 115 (45.31% from 255 or 46% from 250); Blue value is 117 (46.09% from 255 or 46.8% from 250); Max value from RGB is 117 - color contains mainly: blue. Hex color #127375 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127375 is #ED8C8A. Grayscale: #565656. Windows color (decimal): -15568011 or 7697170. OLE color: 7697170.

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

Color convert

RGB 18 115 117 -
CMYK 0.85 0.02 0 0.54
HSL 181.21º 0.73% 0.26% -
HSV(B) 181.21º 0.85% 0.46% -
XYZ 9.59 13.67 18.96 -
YUV 86.23 145.36 79.34 -
System Red Green Blue C M Y K H S L
Decimal 18 115 117 0.85 0.02 0 0.54 181.21 0.73 0.26
Hex 12 73 75 55 2 0 36 B5 49 1A
Octal 22 163 165 125 2 0 66 265 111 32
Binary 10010 1110011 1110101 1010101 10 0 110110 10110101 1001001 11010

Color Harmonies of #127375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127375

Black with #127375

Text Example


Text Example

White with #127375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127375; }

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

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

background-color css

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

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

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

border-color css

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

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

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