Html Css Color HEX #127262 Deep Sea

📋 copy color: '#127262'

red 18 ◦ green 114 ◦ blue 98

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

Shades of Deep Sea #127262

Tints of Deep Sea #127262

RGB

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

 GREEN value IS 114 (44.92% from 255) = 49.57%

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

R = 7.83%
G = 49.57%
B = 42.61%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#127262 (or 0x127262) is known color: Deep Sea. HEX triplet: 12, 72 and 62. RGB value is (18,114,98). Sum of RGB (Red+Green+Blue) = 18+114+98=230 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.83% from 230); Green value is 114 (44.92% from 255 or 49.57% from 230); Blue value is 98 (38.67% from 255 or 42.61% from 230); Max value from RGB is 114 - color contains mainly: green. Hex color #127262 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127262 is #ED8D9D. Grayscale: #535353. Windows color (decimal): -15568286 or 6451730. OLE color: 6451730.

HSL color Cylindrical-coordinate representation of color #127262: hue angle of 170º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #127262 is Cyan = 0.84, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB 18 114 98 -
CMYK 0.84 0 0.14 0.55
HSL 170º 0.73% 0.26% -
HSV(B) 170º 0.84% 0.45% -
XYZ 8.47 13.05 13.63 -
YUV 83.47 136.2 81.3 -
System Red Green Blue C M Y K H S L
Decimal 18 114 98 0.84 0 0.14 0.55 170 0.73 0.26
Hex 12 72 62 54 0 E 37 AA 49 1A
Octal 22 162 142 124 0 16 67 252 111 32
Binary 10010 1110010 1100010 1010100 0 1110 110111 10101010 1001001 11010

Color Harmonies of #127262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127262

Black with #127262

Text Example


Text Example

White with #127262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127262; }

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

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

background-color css

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

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

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

border-color css

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

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

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