Html Css Color HEX #127665 Deep Sea

📋 copy color: '#127665'

red 18 ◦ green 118 ◦ blue 101

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

Shades of Deep Sea #127665

Tints of Deep Sea #127665

RGB

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

 GREEN value IS 118 (46.48% from 255) = 49.79%

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

R = 7.59%
G = 49.79%
B = 42.62%

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

#127665 (or 0x127665) is known color: Deep Sea. HEX triplet: 12, 76 and 65. RGB value is (18,118,101). Sum of RGB (Red+Green+Blue) = 18+118+101=237 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.59% from 237); Green value is 118 (46.48% from 255 or 49.79% from 237); Blue value is 101 (39.84% from 255 or 42.62% from 237); Max value from RGB is 118 - color contains mainly: green. Hex color #127665 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127665 is #ED899A. Grayscale: #565656. Windows color (decimal): -15567259 or 6649362. OLE color: 6649362.

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

Color convert

RGB 18 118 101 -
CMYK 0.85 0 0.14 0.54
HSL 169.8º 0.74% 0.27% -
HSV(B) 169.8º 0.85% 0.46% -
XYZ 9.08 14.03 14.54 -
YUV 86.16 136.37 79.38 -
System Red Green Blue C M Y K H S L
Decimal 18 118 101 0.85 0 0.14 0.54 169.8 0.74 0.27
Hex 12 76 65 55 0 E 36 AA 4A 1B
Octal 22 166 145 125 0 16 66 252 112 33
Binary 10010 1110110 1100101 1010101 0 1110 110110 10101010 1001010 11011

Color Harmonies of #127665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127665

Black with #127665

Text Example


Text Example

White with #127665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127665; }

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

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

background-color css

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

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

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

border-color css

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

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

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