Html Css Color HEX #128274 Deep Sea

📋 copy color: '#128274'

red 18 ◦ green 130 ◦ blue 116

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

Shades of Deep Sea #128274

Tints of Deep Sea #128274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 43.94%

R = 6.82%
G = 49.24%
B = 43.94%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#128274 (or 0x128274) is known color: Deep Sea. HEX triplet: 12, 82 and 74. RGB value is (18,130,116). Sum of RGB (Red+Green+Blue) = 18+130+116=264 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.82% from 264); Green value is 130 (51.17% from 255 or 49.24% from 264); Blue value is 116 (45.70% from 255 or 43.94% from 264); Max value from RGB is 130 - color contains mainly: green. Hex color #128274 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128274 is #ED7D8B. Grayscale: #5E5E5E. Windows color (decimal): -15564172 or 7635474. OLE color: 7635474.

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

Color convert

RGB 18 130 116 -
CMYK 0.86 0 0.11 0.49
HSL 172.5º 0.76% 0.29% -
HSV(B) 172.5º 0.86% 0.51% -
XYZ 11.38 17.35 19.27 -
YUV 94.92 139.89 73.14 -
System Red Green Blue C M Y K H S L
Decimal 18 130 116 0.86 0 0.11 0.49 172.5 0.76 0.29
Hex 12 82 74 56 0 B 31 AC 4C 1D
Octal 22 202 164 126 0 13 61 254 114 35
Binary 10010 10000010 1110100 1010110 0 1011 110001 10101100 1001100 11101

Color Harmonies of #128274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128274

Black with #128274

Text Example


Text Example

White with #128274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128274; }

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

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

background-color css

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

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

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

border-color css

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

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

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