Html Css Color HEX #128261 Deep Sea

📋 copy color: '#128261'

red 18 ◦ green 130 ◦ blue 97

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

Shades of Deep Sea #128261

Tints of Deep Sea #128261

RGB

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

 GREEN value IS 130 (51.17% from 255) = 53.06%

 BLUE value IS 97 (38.28% from 255) = 39.59%

R = 7.35%
G = 53.06%
B = 39.59%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#128261 (or 0x128261) is known color: Deep Sea. HEX triplet: 12, 82 and 61. RGB value is (18,130,97). Sum of RGB (Red+Green+Blue) = 18+130+97=245 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.35% from 245); Green value is 130 (51.17% from 255 or 53.06% from 245); Blue value is 97 (38.28% from 255 or 39.59% from 245); Max value from RGB is 130 - color contains mainly: green. Hex color #128261 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128261 is #ED7D9E. Grayscale: #5C5C5C. Windows color (decimal): -15564191 or 6390290. OLE color: 6390290.

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

Color convert

RGB 18 130 97 -
CMYK 0.86 0 0.25 0.49
HSL 162.32º 0.76% 0.29% -
HSV(B) 162.32º 0.86% 0.51% -
XYZ 10.39 16.96 14.03 -
YUV 92.75 130.39 74.68 -
System Red Green Blue C M Y K H S L
Decimal 18 130 97 0.86 0 0.25 0.49 162.32 0.76 0.29
Hex 12 82 61 56 0 19 31 A2 4C 1D
Octal 22 202 141 126 0 31 61 242 114 35
Binary 10010 10000010 1100001 1010110 0 11001 110001 10100010 1001100 11101

Color Harmonies of #128261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128261

Black with #128261

Text Example


Text Example

White with #128261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128261; }

 p { color: rgb(18,130,97); }

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

background-color css

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

 a { background-color: rgb(18,130,97); }

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

border-color css

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

 span { border-color: rgb(18,130,97); }

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