Html Css Color HEX #128365 Deep Sea

📋 copy color: '#128365'

red 18 ◦ green 131 ◦ blue 101

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

Shades of Deep Sea #128365

Tints of Deep Sea #128365

RGB

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

 GREEN value IS 131 (51.56% from 255) = 52.4%

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

R = 7.2%
G = 52.4%
B = 40.4%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#128365 (or 0x128365) is known color: Deep Sea. HEX triplet: 12, 83 and 65. RGB value is (18,131,101). Sum of RGB (Red+Green+Blue) = 18+131+101=250 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.2% from 250); Green value is 131 (51.56% from 255 or 52.4% from 250); Blue value is 101 (39.84% from 255 or 40.4% from 250); Max value from RGB is 131 - color contains mainly: green. Hex color #128365 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128365 is #ED7C9A. Grayscale: #5D5D5D. Windows color (decimal): -15563931 or 6652690. OLE color: 6652690.

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

Color convert

RGB 18 131 101 -
CMYK 0.86 0 0.23 0.49
HSL 164.07º 0.76% 0.29% -
HSV(B) 164.07º 0.86% 0.51% -
XYZ 10.71 17.3 15.09 -
YUV 93.79 132.06 73.94 -
System Red Green Blue C M Y K H S L
Decimal 18 131 101 0.86 0 0.23 0.49 164.07 0.76 0.29
Hex 12 83 65 56 0 17 31 A4 4C 1D
Octal 22 203 145 126 0 27 61 244 114 35
Binary 10010 10000011 1100101 1010110 0 10111 110001 10100100 1001100 11101

Color Harmonies of #128365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128365

Black with #128365

Text Example


Text Example

White with #128365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128365; }

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

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

background-color css

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

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

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

border-color css

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

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

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