Html Css Color HEX #128565 Deep Sea

📋 copy color: '#128565'

red 18 ◦ green 133 ◦ blue 101

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

Shades of Deep Sea #128565

Tints of Deep Sea #128565

RGB

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

 GREEN value IS 133 (52.34% from 255) = 52.78%

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

R = 7.14%
G = 52.78%
B = 40.08%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#128565 (or 0x128565) is known color: Deep Sea. HEX triplet: 12, 85 and 65. RGB value is (18,133,101). Sum of RGB (Red+Green+Blue) = 18+133+101=252 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.14% from 252); Green value is 133 (52.34% from 255 or 52.78% from 252); Blue value is 101 (39.84% from 255 or 40.08% from 252); Max value from RGB is 133 - color contains mainly: green. Hex color #128565 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128565 is #ED7A9A. Grayscale: #5E5E5E. Windows color (decimal): -15563419 or 6653202. OLE color: 6653202.

HSL color Cylindrical-coordinate representation of color #128565: hue angle of 163.3º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #128565 is Cyan = 0.86, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB 18 133 101 -
CMYK 0.86 0 0.24 0.48
HSL 163.3º 0.76% 0.3% -
HSV(B) 163.3º 0.86% 0.52% -
XYZ 10.99 17.84 15.18 -
YUV 94.97 131.4 73.1 -
System Red Green Blue C M Y K H S L
Decimal 18 133 101 0.86 0 0.24 0.48 163.3 0.76 0.3
Hex 12 85 65 56 0 18 30 A3 4C 1E
Octal 22 205 145 126 0 30 60 243 114 36
Binary 10010 10000101 1100101 1010110 0 11000 110000 10100011 1001100 11110

Color Harmonies of #128565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128565

Black with #128565

Text Example


Text Example

White with #128565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128565; }

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

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

background-color css

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

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

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

border-color css

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

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

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