Html Css Color HEX #128468 Deep Sea

📋 copy color: '#128468'

red 18 ◦ green 132 ◦ blue 104

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

Shades of Deep Sea #128468

Tints of Deep Sea #128468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 40.94%

R = 7.09%
G = 51.97%
B = 40.94%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#128468 (or 0x128468) is known color: Deep Sea. HEX triplet: 12, 84 and 68. RGB value is (18,132,104). Sum of RGB (Red+Green+Blue) = 18+132+104=254 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.09% from 254); Green value is 132 (51.95% from 255 or 51.97% from 254); Blue value is 104 (41.02% from 255 or 40.94% from 254); Max value from RGB is 132 - color contains mainly: green. Hex color #128468 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128468 is #ED7B97. Grayscale: #5E5E5E. Windows color (decimal): -15563672 or 6849554. OLE color: 6849554.

HSL color Cylindrical-coordinate representation of color #128468: hue angle of 165.26º 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 #128468 is Cyan = 0.86, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB 18 132 104 -
CMYK 0.86 0 0.21 0.48
HSL 165.26º 0.76% 0.29% -
HSV(B) 165.26º 0.86% 0.52% -
XYZ 11 17.63 15.92 -
YUV 94.72 133.23 73.28 -
System Red Green Blue C M Y K H S L
Decimal 18 132 104 0.86 0 0.21 0.48 165.26 0.76 0.29
Hex 12 84 68 56 0 15 30 A5 4C 1D
Octal 22 204 150 126 0 25 60 245 114 35
Binary 10010 10000100 1101000 1010110 0 10101 110000 10100101 1001100 11101

Color Harmonies of #128468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128468

Black with #128468

Text Example


Text Example

White with #128468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128468; }

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

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

background-color css

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

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

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

border-color css

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

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

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