Html Css Color HEX #128466 Deep Sea

📋 copy color: '#128466'

red 18 ◦ green 132 ◦ blue 102

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

Shades of Deep Sea #128466

Tints of Deep Sea #128466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 40.48%

R = 7.14%
G = 52.38%
B = 40.48%

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

#128466 (or 0x128466) is known color: Deep Sea. HEX triplet: 12, 84 and 66. RGB value is (18,132,102). Sum of RGB (Red+Green+Blue) = 18+132+102=252 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.14% from 252); Green value is 132 (51.95% from 255 or 52.38% from 252); Blue value is 102 (40.23% from 255 or 40.48% from 252); Max value from RGB is 132 - color contains mainly: green. Hex color #128466 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128466 is #ED7B99. Grayscale: #5E5E5E. Windows color (decimal): -15563674 or 6718482. OLE color: 6718482.

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

Color convert

RGB 18 132 102 -
CMYK 0.86 0 0.23 0.48
HSL 164.21º 0.76% 0.29% -
HSV(B) 164.21º 0.86% 0.52% -
XYZ 10.9 17.59 15.39 -
YUV 94.49 132.23 73.44 -
System Red Green Blue C M Y K H S L
Decimal 18 132 102 0.86 0 0.23 0.48 164.21 0.76 0.29
Hex 12 84 66 56 0 17 30 A4 4C 1D
Octal 22 204 146 126 0 27 60 244 114 35
Binary 10010 10000100 1100110 1010110 0 10111 110000 10100100 1001100 11101

Color Harmonies of #128466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128466

Black with #128466

Text Example


Text Example

White with #128466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128466; }

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

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

background-color css

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

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

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

border-color css

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

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

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