Html Css Color HEX #127257 Deep Sea

📋 copy color: '#127257'

red 18 ◦ green 114 ◦ blue 87

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

Shades of Deep Sea #127257

Tints of Deep Sea #127257

RGB

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

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

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

R = 8.22%
G = 52.05%
B = 39.73%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.24

 K value IS 0.55

RGB Variations

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

Color information

#127257 (or 0x127257) is known color: Deep Sea. HEX triplet: 12, 72 and 57. RGB value is (18,114,87). Sum of RGB (Red+Green+Blue) = 18+114+87=219 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.22% from 219); Green value is 114 (44.92% from 255 or 52.05% from 219); Blue value is 87 (34.38% from 255 or 39.73% from 219); Max value from RGB is 114 - color contains mainly: green. Hex color #127257 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127257 is #ED8DA8. Grayscale: #525252. Windows color (decimal): -15568297 or 5730834. OLE color: 5730834.

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

Color convert

RGB 18 114 87 -
CMYK 0.84 0 0.24 0.55
HSL 163.13º 0.73% 0.26% -
HSV(B) 163.13º 0.84% 0.45% -
XYZ 7.99 12.85 11.08 -
YUV 82.22 130.7 82.2 -
System Red Green Blue C M Y K H S L
Decimal 18 114 87 0.84 0 0.24 0.55 163.13 0.73 0.26
Hex 12 72 57 54 0 18 37 A3 49 1A
Octal 22 162 127 124 0 30 67 243 111 32
Binary 10010 1110010 1010111 1010100 0 11000 110111 10100011 1001001 11010

Color Harmonies of #127257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127257

Black with #127257

Text Example


Text Example

White with #127257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127257; }

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

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

background-color css

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

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

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

border-color css

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

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

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