Html Css Color HEX #127669 Deep Sea

📋 copy color: '#127669'

red 18 ◦ green 118 ◦ blue 105

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

Shades of Deep Sea #127669

Tints of Deep Sea #127669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 43.57%

R = 7.47%
G = 48.96%
B = 43.57%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#127669 (or 0x127669) is known color: Deep Sea. HEX triplet: 12, 76 and 69. RGB value is (18,118,105). Sum of RGB (Red+Green+Blue) = 18+118+105=241 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.47% from 241); Green value is 118 (46.48% from 255 or 48.96% from 241); Blue value is 105 (41.41% from 255 or 43.57% from 241); Max value from RGB is 118 - color contains mainly: green. Hex color #127669 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127669 is #ED8996. Grayscale: #565656. Windows color (decimal): -15567255 or 6911506. OLE color: 6911506.

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

Color convert

RGB 18 118 105 -
CMYK 0.85 0 0.11 0.54
HSL 172.2º 0.74% 0.27% -
HSV(B) 172.2º 0.85% 0.46% -
XYZ 9.28 14.11 15.6 -
YUV 86.62 138.37 79.06 -
System Red Green Blue C M Y K H S L
Decimal 18 118 105 0.85 0 0.11 0.54 172.2 0.74 0.27
Hex 12 76 69 55 0 B 36 AC 4A 1B
Octal 22 166 151 125 0 13 66 254 112 33
Binary 10010 1110110 1101001 1010101 0 1011 110110 10101100 1001010 11011

Color Harmonies of #127669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127669

Black with #127669

Text Example


Text Example

White with #127669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127669; }

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

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

background-color css

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

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

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

border-color css

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

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

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