Html Css Color HEX #127657 Deep Sea

📋 copy color: '#127657'

red 18 ◦ green 118 ◦ blue 87

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

Shades of Deep Sea #127657

Tints of Deep Sea #127657

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 39.01%

R = 8.07%
G = 52.91%
B = 39.01%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#127657 (or 0x127657) is known color: Deep Sea. HEX triplet: 12, 76 and 57. RGB value is (18,118,87). Sum of RGB (Red+Green+Blue) = 18+118+87=223 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.07% from 223); Green value is 118 (46.48% from 255 or 52.91% from 223); Blue value is 87 (34.38% from 255 or 39.01% from 223); Max value from RGB is 118 - color contains mainly: green. Hex color #127657 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127657 is #ED89A8. Grayscale: #545454. Windows color (decimal): -15567273 or 5731858. OLE color: 5731858.

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

Color convert

RGB 18 118 87 -
CMYK 0.85 0 0.26 0.54
HSL 161.4º 0.74% 0.27% -
HSV(B) 161.4º 0.85% 0.46% -
XYZ 8.45 13.77 11.23 -
YUV 84.57 129.37 80.52 -
System Red Green Blue C M Y K H S L
Decimal 18 118 87 0.85 0 0.26 0.54 161.4 0.74 0.27
Hex 12 76 57 55 0 1A 36 A1 4A 1B
Octal 22 166 127 125 0 32 66 241 112 33
Binary 10010 1110110 1010111 1010101 0 11010 110110 10100001 1001010 11011

Color Harmonies of #127657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127657

Black with #127657

Text Example


Text Example

White with #127657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127657; }

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

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

background-color css

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

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

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

border-color css

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

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

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