Html Css Color HEX #127975 Surfie Green

📋 copy color: '#127975'

red 18 ◦ green 121 ◦ blue 117

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

Shades of Surfie Green #127975

Tints of Surfie Green #127975

RGB

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

 GREEN value IS 121 (47.66% from 255) = 47.27%

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

R = 7.03%
G = 47.27%
B = 45.7%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#127975 (or 0x127975) is known color: Surfie Green. HEX triplet: 12, 79 and 75. RGB value is (18,121,117). Sum of RGB (Red+Green+Blue) = 18+121+117=256 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.03% from 256); Green value is 121 (47.66% from 255 or 47.27% from 256); Blue value is 117 (46.09% from 255 or 45.70% from 256); Max value from RGB is 121 - color contains mainly: green. Hex color #127975 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127975 is #ED868A. Grayscale: #595959. Windows color (decimal): -15566475 or 7698706. OLE color: 7698706.

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

Color convert

RGB 18 121 117 -
CMYK 0.85 0 0.03 0.53
HSL 177.67º 0.74% 0.27% -
HSV(B) 177.67º 0.85% 0.47% -
XYZ 10.3 15.09 19.2 -
YUV 89.75 143.38 76.83 -
System Red Green Blue C M Y K H S L
Decimal 18 121 117 0.85 0 0.03 0.53 177.67 0.74 0.27
Hex 12 79 75 55 0 3 35 B2 4A 1B
Octal 22 171 165 125 0 3 65 262 112 33
Binary 10010 1111001 1110101 1010101 0 11 110101 10110010 1001010 11011

Color Harmonies of #127975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127975

Black with #127975

Text Example


Text Example

White with #127975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127975; }

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

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

background-color css

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

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

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

border-color css

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

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

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