Html Css Color HEX #127261 Deep Sea

📋 copy color: '#127261'

red 18 ◦ green 114 ◦ blue 97

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

Shades of Deep Sea #127261

Tints of Deep Sea #127261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 42.36%

R = 7.86%
G = 49.78%
B = 42.36%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#127261 (or 0x127261) is known color: Deep Sea. HEX triplet: 12, 72 and 61. RGB value is (18,114,97). Sum of RGB (Red+Green+Blue) = 18+114+97=229 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.86% from 229); Green value is 114 (44.92% from 255 or 49.78% from 229); Blue value is 97 (38.28% from 255 or 42.36% from 229); Max value from RGB is 114 - color contains mainly: green. Hex color #127261 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127261 is #ED8D9E. Grayscale: #535353. Windows color (decimal): -15568287 or 6386194. OLE color: 6386194.

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

Color convert

RGB 18 114 97 -
CMYK 0.84 0 0.15 0.55
HSL 169.38º 0.73% 0.26% -
HSV(B) 169.38º 0.84% 0.45% -
XYZ 8.42 13.03 13.38 -
YUV 83.36 135.7 81.38 -
System Red Green Blue C M Y K H S L
Decimal 18 114 97 0.84 0 0.15 0.55 169.38 0.73 0.26
Hex 12 72 61 54 0 F 37 A9 49 1A
Octal 22 162 141 124 0 17 67 251 111 32
Binary 10010 1110010 1100001 1010100 0 1111 110111 10101001 1001001 11010

Color Harmonies of #127261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127261

Black with #127261

Text Example


Text Example

White with #127261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127261; }

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

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

background-color css

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

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

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

border-color css

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

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

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