Html Css Color HEX #128665 Deep Sea

📋 copy color: '#128665'

red 18 ◦ green 134 ◦ blue 101

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

Shades of Deep Sea #128665

Tints of Deep Sea #128665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 39.92%

R = 7.11%
G = 52.96%
B = 39.92%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#128665 (or 0x128665) is known color: Deep Sea. HEX triplet: 12, 86 and 65. RGB value is (18,134,101). Sum of RGB (Red+Green+Blue) = 18+134+101=253 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.11% from 253); Green value is 134 (52.73% from 255 or 52.96% from 253); Blue value is 101 (39.84% from 255 or 39.92% from 253); Max value from RGB is 134 - color contains mainly: green. Hex color #128665 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128665 is #ED799A. Grayscale: #5F5F5F. Windows color (decimal): -15563163 or 6653458. OLE color: 6653458.

HSL color Cylindrical-coordinate representation of color #128665: hue angle of 162.93º 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 #128665 is Cyan = 0.87, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB 18 134 101 -
CMYK 0.87 0 0.25 0.47
HSL 162.93º 0.76% 0.3% -
HSV(B) 162.93º 0.87% 0.53% -
XYZ 11.12 18.12 15.22 -
YUV 95.55 131.07 72.68 -
System Red Green Blue C M Y K H S L
Decimal 18 134 101 0.87 0 0.25 0.47 162.93 0.76 0.3
Hex 12 86 65 57 0 19 2F A3 4C 1E
Octal 22 206 145 127 0 31 57 243 114 36
Binary 10010 10000110 1100101 1010111 0 11001 101111 10100011 1001100 11110

Color Harmonies of #128665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128665

Black with #128665

Text Example


Text Example

White with #128665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128665; }

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

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

background-color css

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

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

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

border-color css

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

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

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