Html Css Color HEX #128562 Deep Sea

📋 copy color: '#128562'

red 18 ◦ green 133 ◦ blue 98

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

Shades of Deep Sea #128562

Tints of Deep Sea #128562

RGB

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

 GREEN value IS 133 (52.34% from 255) = 53.41%

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

R = 7.23%
G = 53.41%
B = 39.36%

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

#128562 (or 0x128562) is known color: Deep Sea. HEX triplet: 12, 85 and 62. RGB value is (18,133,98). Sum of RGB (Red+Green+Blue) = 18+133+98=249 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.23% from 249); Green value is 133 (52.34% from 255 or 53.41% from 249); Blue value is 98 (38.67% from 255 or 39.36% from 249); Max value from RGB is 133 - color contains mainly: green. Hex color #128562 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128562 is #ED7A9D. Grayscale: #5E5E5E. Windows color (decimal): -15563422 or 6456594. OLE color: 6456594.

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

Color convert

RGB 18 133 98 -
CMYK 0.86 0 0.26 0.48
HSL 161.74º 0.76% 0.3% -
HSV(B) 161.74º 0.86% 0.52% -
XYZ 10.84 17.79 14.42 -
YUV 94.63 129.9 73.35 -
System Red Green Blue C M Y K H S L
Decimal 18 133 98 0.86 0 0.26 0.48 161.74 0.76 0.3
Hex 12 85 62 56 0 1A 30 A2 4C 1E
Octal 22 205 142 126 0 32 60 242 114 36
Binary 10010 10000101 1100010 1010110 0 11010 110000 10100010 1001100 11110

Color Harmonies of #128562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128562

Black with #128562

Text Example


Text Example

White with #128562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128562; }

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

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

background-color css

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

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

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

border-color css

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

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

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