Html Css Color HEX #128462 Deep Sea

📋 copy color: '#128462'

red 18 ◦ green 132 ◦ blue 98

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

Shades of Deep Sea #128462

Tints of Deep Sea #128462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 39.52%

R = 7.26%
G = 53.23%
B = 39.52%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#128462 (or 0x128462) is known color: Deep Sea. HEX triplet: 12, 84 and 62. RGB value is (18,132,98). Sum of RGB (Red+Green+Blue) = 18+132+98=248 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.26% from 248); Green value is 132 (51.95% from 255 or 53.23% from 248); Blue value is 98 (38.67% from 255 or 39.52% from 248); Max value from RGB is 132 - color contains mainly: green. Hex color #128462 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128462 is #ED7B9D. Grayscale: #5E5E5E. Windows color (decimal): -15563678 or 6456338. OLE color: 6456338.

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

Color convert

RGB 18 132 98 -
CMYK 0.86 0 0.26 0.48
HSL 162.11º 0.76% 0.29% -
HSV(B) 162.11º 0.86% 0.52% -
XYZ 10.71 17.51 14.37 -
YUV 94.04 130.23 73.76 -
System Red Green Blue C M Y K H S L
Decimal 18 132 98 0.86 0 0.26 0.48 162.11 0.76 0.29
Hex 12 84 62 56 0 1A 30 A2 4C 1D
Octal 22 204 142 126 0 32 60 242 114 35
Binary 10010 10000100 1100010 1010110 0 11010 110000 10100010 1001100 11101

Color Harmonies of #128462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128462

Black with #128462

Text Example


Text Example

White with #128462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128462; }

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

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

background-color css

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

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

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

border-color css

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

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

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