Html Css Color HEX #127266 Deep Sea

📋 copy color: '#127266'

red 18 ◦ green 114 ◦ blue 102

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

Shades of Deep Sea #127266

Tints of Deep Sea #127266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 43.59%

R = 7.69%
G = 48.72%
B = 43.59%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#127266 (or 0x127266) is known color: Deep Sea. HEX triplet: 12, 72 and 66. RGB value is (18,114,102). Sum of RGB (Red+Green+Blue) = 18+114+102=234 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.69% from 234); Green value is 114 (44.92% from 255 or 48.72% from 234); Blue value is 102 (40.23% from 255 or 43.59% from 234); Max value from RGB is 114 - color contains mainly: green. Hex color #127266 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127266 is #ED8D99. Grayscale: #535353. Windows color (decimal): -15568282 or 6713874. OLE color: 6713874.

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

Color convert

RGB 18 114 102 -
CMYK 0.84 0 0.11 0.55
HSL 172.5º 0.73% 0.26% -
HSV(B) 172.5º 0.84% 0.45% -
XYZ 8.67 13.12 14.65 -
YUV 83.93 138.2 80.98 -
System Red Green Blue C M Y K H S L
Decimal 18 114 102 0.84 0 0.11 0.55 172.5 0.73 0.26
Hex 12 72 66 54 0 B 37 AC 49 1A
Octal 22 162 146 124 0 13 67 254 111 32
Binary 10010 1110010 1100110 1010100 0 1011 110111 10101100 1001001 11010

Color Harmonies of #127266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127266

Black with #127266

Text Example


Text Example

White with #127266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127266; }

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

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

background-color css

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

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

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

border-color css

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

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

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