Html Css Color HEX #127658 Deep Sea

📋 copy color: '#127658'

red 18 ◦ green 118 ◦ blue 88

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

Shades of Deep Sea #127658

Tints of Deep Sea #127658

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 39.29%

R = 8.04%
G = 52.68%
B = 39.29%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#127658 (or 0x127658) is known color: Deep Sea. HEX triplet: 12, 76 and 58. RGB value is (18,118,88). Sum of RGB (Red+Green+Blue) = 18+118+88=224 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.04% from 224); Green value is 118 (46.48% from 255 or 52.68% from 224); Blue value is 88 (34.77% from 255 or 39.29% from 224); Max value from RGB is 118 - color contains mainly: green. Hex color #127658 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127658 is #ED89A7. Grayscale: #545454. Windows color (decimal): -15567272 or 5797394. OLE color: 5797394.

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

Color convert

RGB 18 118 88 -
CMYK 0.85 0 0.25 0.54
HSL 162º 0.74% 0.27% -
HSV(B) 162º 0.85% 0.46% -
XYZ 8.49 13.79 11.45 -
YUV 84.68 129.87 80.44 -
System Red Green Blue C M Y K H S L
Decimal 18 118 88 0.85 0 0.25 0.54 162 0.74 0.27
Hex 12 76 58 55 0 19 36 A2 4A 1B
Octal 22 166 130 125 0 31 66 242 112 33
Binary 10010 1110110 1011000 1010101 0 11001 110110 10100010 1001010 11011

Color Harmonies of #127658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127658

Black with #127658

Text Example


Text Example

White with #127658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127658; }

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

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

background-color css

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

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

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

border-color css

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

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

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