Html Css Color HEX #128465 Deep Sea

📋 copy color: '#128465'

red 18 ◦ green 132 ◦ blue 101

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

Shades of Deep Sea #128465

Tints of Deep Sea #128465

RGB

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

 GREEN value IS 132 (51.95% from 255) = 52.59%

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

R = 7.17%
G = 52.59%
B = 40.24%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#128465 (or 0x128465) is known color: Deep Sea. HEX triplet: 12, 84 and 65. RGB value is (18,132,101). Sum of RGB (Red+Green+Blue) = 18+132+101=251 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.17% from 251); Green value is 132 (51.95% from 255 or 52.59% from 251); Blue value is 101 (39.84% from 255 or 40.24% from 251); Max value from RGB is 132 - color contains mainly: green. Hex color #128465 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128465 is #ED7B9A. Grayscale: #5E5E5E. Windows color (decimal): -15563675 or 6652946. OLE color: 6652946.

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

Color convert

RGB 18 132 101 -
CMYK 0.86 0 0.23 0.48
HSL 163.68º 0.76% 0.29% -
HSV(B) 163.68º 0.86% 0.52% -
XYZ 10.85 17.57 15.13 -
YUV 94.38 131.73 73.52 -
System Red Green Blue C M Y K H S L
Decimal 18 132 101 0.86 0 0.23 0.48 163.68 0.76 0.29
Hex 12 84 65 56 0 17 30 A4 4C 1D
Octal 22 204 145 126 0 27 60 244 114 35
Binary 10010 10000100 1100101 1010110 0 10111 110000 10100100 1001100 11101

Color Harmonies of #128465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128465

Black with #128465

Text Example


Text Example

White with #128465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128465; }

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

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

background-color css

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

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

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

border-color css

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

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

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