Html Css Color HEX #127758 Deep Sea

📋 copy color: '#127758'

red 18 ◦ green 119 ◦ blue 88

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

Shades of Deep Sea #127758

Tints of Deep Sea #127758

RGB

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

 GREEN value IS 119 (46.88% from 255) = 52.89%

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

R = 8%
G = 52.89%
B = 39.11%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#127758 (or 0x127758) is known color: Deep Sea. HEX triplet: 12, 77 and 58. RGB value is (18,119,88). Sum of RGB (Red+Green+Blue) = 18+119+88=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 119 (46.88% from 255 or 52.89% from 225); Blue value is 88 (34.77% from 255 or 39.11% from 225); Max value from RGB is 119 - color contains mainly: green. Hex color #127758 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127758 is #ED88A7. Grayscale: #555555. Windows color (decimal): -15567016 or 5797650. OLE color: 5797650.

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

Color convert

RGB 18 119 88 -
CMYK 0.85 0 0.26 0.53
HSL 161.58º 0.74% 0.27% -
HSV(B) 161.58º 0.85% 0.47% -
XYZ 8.61 14.03 11.49 -
YUV 85.27 129.54 80.02 -
System Red Green Blue C M Y K H S L
Decimal 18 119 88 0.85 0 0.26 0.53 161.58 0.74 0.27
Hex 12 77 58 55 0 1A 35 A2 4A 1B
Octal 22 167 130 125 0 32 65 242 112 33
Binary 10010 1110111 1011000 1010101 0 11010 110101 10100010 1001010 11011

Color Harmonies of #127758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127758

Black with #127758

Text Example


Text Example

White with #127758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127758; }

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

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

background-color css

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

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

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

border-color css

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

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

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