Html Css Color HEX #127363 Deep Sea

📋 copy color: '#127363'

red 18 ◦ green 115 ◦ blue 99

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

Shades of Deep Sea #127363

Tints of Deep Sea #127363

RGB

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

 GREEN value IS 115 (45.31% from 255) = 49.57%

 BLUE value IS 99 (39.06% from 255) = 42.67%

R = 7.76%
G = 49.57%
B = 42.67%

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

#127363 (or 0x127363) is known color: Deep Sea. HEX triplet: 12, 73 and 63. RGB value is (18,115,99). Sum of RGB (Red+Green+Blue) = 18+115+99=232 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.76% from 232); Green value is 115 (45.31% from 255 or 49.57% from 232); Blue value is 99 (39.06% from 255 or 42.67% from 232); Max value from RGB is 115 - color contains mainly: green. Hex color #127363 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127363 is #ED8C9C. Grayscale: #545454. Windows color (decimal): -15568029 or 6517522. OLE color: 6517522.

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

Color convert

RGB 18 115 99 -
CMYK 0.84 0 0.14 0.55
HSL 170.1º 0.73% 0.26% -
HSV(B) 170.1º 0.84% 0.45% -
XYZ 8.63 13.29 13.91 -
YUV 84.17 136.36 80.8 -
System Red Green Blue C M Y K H S L
Decimal 18 115 99 0.84 0 0.14 0.55 170.1 0.73 0.26
Hex 12 73 63 54 0 E 37 AA 49 1A
Octal 22 163 143 124 0 16 67 252 111 32
Binary 10010 1110011 1100011 1010100 0 1110 110111 10101010 1001001 11010

Color Harmonies of #127363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127363

Black with #127363

Text Example


Text Example

White with #127363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127363; }

 p { color: rgb(18,115,99); }

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

background-color css

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

 a { background-color: rgb(18,115,99); }

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

border-color css

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

 span { border-color: rgb(18,115,99); }

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