Html Css Color HEX #127565 Deep Sea

📋 copy color: '#127565'

red 18 ◦ green 117 ◦ blue 101

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

Shades of Deep Sea #127565

Tints of Deep Sea #127565

RGB

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

 GREEN value IS 117 (46.09% from 255) = 49.58%

 BLUE value IS 101 (39.84% from 255) = 42.8%

R = 7.63%
G = 49.58%
B = 42.8%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#127565 (or 0x127565) is known color: Deep Sea. HEX triplet: 12, 75 and 65. RGB value is (18,117,101). Sum of RGB (Red+Green+Blue) = 18+117+101=236 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.63% from 236); Green value is 117 (46.09% from 255 or 49.58% from 236); Blue value is 101 (39.84% from 255 or 42.80% from 236); Max value from RGB is 117 - color contains mainly: green. Hex color #127565 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127565 is #ED8A9A. Grayscale: #555555. Windows color (decimal): -15567515 or 6649106. OLE color: 6649106.

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

Color convert

RGB 18 117 101 -
CMYK 0.85 0 0.14 0.54
HSL 170.3º 0.73% 0.26% -
HSV(B) 170.3º 0.85% 0.46% -
XYZ 8.96 13.79 14.5 -
YUV 85.58 136.7 79.8 -
System Red Green Blue C M Y K H S L
Decimal 18 117 101 0.85 0 0.14 0.54 170.3 0.73 0.26
Hex 12 75 65 55 0 E 36 AA 49 1A
Octal 22 165 145 125 0 16 66 252 111 32
Binary 10010 1110101 1100101 1010101 0 1110 110110 10101010 1001001 11010

Color Harmonies of #127565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127565

Black with #127565

Text Example


Text Example

White with #127565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127565; }

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

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

background-color css

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

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

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

border-color css

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

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

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