Html Css Color HEX #128667 Deep Sea

📋 copy color: '#128667'

red 18 ◦ green 134 ◦ blue 103

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

Shades of Deep Sea #128667

Tints of Deep Sea #128667

RGB

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

 GREEN value IS 134 (52.73% from 255) = 52.55%

 BLUE value IS 103 (40.63% from 255) = 40.39%

R = 7.06%
G = 52.55%
B = 40.39%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#128667 (or 0x128667) is known color: Deep Sea. HEX triplet: 12, 86 and 67. RGB value is (18,134,103). Sum of RGB (Red+Green+Blue) = 18+134+103=255 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.06% from 255); Green value is 134 (52.73% from 255 or 52.55% from 255); Blue value is 103 (40.62% from 255 or 40.39% from 255); Max value from RGB is 134 - color contains mainly: green. Hex color #128667 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128667 is #ED7998. Grayscale: #5F5F5F. Windows color (decimal): -15563161 or 6784530. OLE color: 6784530.

HSL color Cylindrical-coordinate representation of color #128667: hue angle of 163.97º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128667 is Cyan = 0.87, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB 18 134 103 -
CMYK 0.87 0 0.23 0.47
HSL 163.97º 0.76% 0.3% -
HSV(B) 163.97º 0.87% 0.53% -
XYZ 11.22 18.16 15.75 -
YUV 95.78 132.07 72.52 -
System Red Green Blue C M Y K H S L
Decimal 18 134 103 0.87 0 0.23 0.47 163.97 0.76 0.3
Hex 12 86 67 57 0 17 2F A4 4C 1E
Octal 22 206 147 127 0 27 57 244 114 36
Binary 10010 10000110 1100111 1010111 0 10111 101111 10100100 1001100 11110

Color Harmonies of #128667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128667

Black with #128667

Text Example


Text Example

White with #128667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128667; }

 p { color: rgb(18,134,103); }

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

background-color css

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

 a { background-color: rgb(18,134,103); }

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

border-color css

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

 span { border-color: rgb(18,134,103); }

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