Html Css Color HEX #128068 Deep Sea

📋 copy color: '#128068'

red 18 ◦ green 128 ◦ blue 104

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

Shades of Deep Sea #128068

Tints of Deep Sea #128068

RGB

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

 GREEN value IS 128 (50.39% from 255) = 51.2%

 BLUE value IS 104 (41.02% from 255) = 41.6%

R = 7.2%
G = 51.2%
B = 41.6%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.19

 K value IS 0.50

RGB Variations

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

Color information

#128068 (or 0x128068) is known color: Deep Sea. HEX triplet: 12, 80 and 68. RGB value is (18,128,104). Sum of RGB (Red+Green+Blue) = 18+128+104=250 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.2% from 250); Green value is 128 (50.39% from 255 or 51.2% from 250); Blue value is 104 (41.02% from 255 or 41.6% from 250); Max value from RGB is 128 - color contains mainly: green. Hex color #128068 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128068 is #ED7F97. Grayscale: #5C5C5C. Windows color (decimal): -15564696 or 6848530. OLE color: 6848530.

HSL color Cylindrical-coordinate representation of color #128068: hue angle of 166.91º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #128068 is Cyan = 0.86, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.50.

Color convert

RGB 18 128 104 -
CMYK 0.86 0 0.19 0.50
HSL 166.91º 0.75% 0.29% -
HSV(B) 166.91º 0.86% 0.5% -
XYZ 10.47 16.57 15.74 -
YUV 92.37 134.56 74.95 -
System Red Green Blue C M Y K H S L
Decimal 18 128 104 0.86 0 0.19 0.50 166.91 0.75 0.29
Hex 12 80 68 56 0 13 32 A7 4B 1D
Octal 22 200 150 126 0 23 62 247 113 35
Binary 10010 10000000 1101000 1010110 0 10011 110010 10100111 1001011 11101

Color Harmonies of #128068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128068

Black with #128068

Text Example


Text Example

White with #128068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128068; }

 p { color: rgb(18,128,104); }

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

background-color css

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

 a { background-color: rgb(18,128,104); }

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

border-color css

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

 span { border-color: rgb(18,128,104); }

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