Html Css Color HEX #127662 Deep Sea

📋 copy color: '#127662'

red 18 ◦ green 118 ◦ blue 98

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

Shades of Deep Sea #127662

Tints of Deep Sea #127662

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 41.88%

R = 7.69%
G = 50.43%
B = 41.88%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#127662 (or 0x127662) is known color: Deep Sea. HEX triplet: 12, 76 and 62. RGB value is (18,118,98). Sum of RGB (Red+Green+Blue) = 18+118+98=234 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.69% from 234); Green value is 118 (46.48% from 255 or 50.43% from 234); Blue value is 98 (38.67% from 255 or 41.88% from 234); Max value from RGB is 118 - color contains mainly: green. Hex color #127662 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127662 is #ED899D. Grayscale: #555555. Windows color (decimal): -15567262 or 6452754. OLE color: 6452754.

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

Color convert

RGB 18 118 98 -
CMYK 0.85 0 0.17 0.54
HSL 168º 0.74% 0.27% -
HSV(B) 168º 0.85% 0.46% -
XYZ 8.93 13.97 13.78 -
YUV 85.82 134.87 79.63 -
System Red Green Blue C M Y K H S L
Decimal 18 118 98 0.85 0 0.17 0.54 168 0.74 0.27
Hex 12 76 62 55 0 11 36 A8 4A 1B
Octal 22 166 142 125 0 21 66 250 112 33
Binary 10010 1110110 1100010 1010101 0 10001 110110 10101000 1001010 11011

Color Harmonies of #127662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127662

Black with #127662

Text Example


Text Example

White with #127662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127662; }

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

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

background-color css

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

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

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

border-color css

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

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

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