Html Css Color HEX #128568 Deep Sea

📋 copy color: '#128568'

red 18 ◦ green 133 ◦ blue 104

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

Shades of Deep Sea #128568

Tints of Deep Sea #128568

RGB

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

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

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

R = 7.06%
G = 52.16%
B = 40.78%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#128568 (or 0x128568) is known color: Deep Sea. HEX triplet: 12, 85 and 68. RGB value is (18,133,104). Sum of RGB (Red+Green+Blue) = 18+133+104=255 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.06% from 255); Green value is 133 (52.34% from 255 or 52.16% from 255); Blue value is 104 (41.02% from 255 or 40.78% from 255); Max value from RGB is 133 - color contains mainly: green. Hex color #128568 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128568 is #ED7A97. Grayscale: #5F5F5F. Windows color (decimal): -15563416 or 6849810. OLE color: 6849810.

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

Color convert

RGB 18 133 104 -
CMYK 0.86 0 0.22 0.48
HSL 164.87º 0.76% 0.3% -
HSV(B) 164.87º 0.86% 0.52% -
XYZ 11.14 17.9 15.97 -
YUV 95.31 132.9 72.86 -
System Red Green Blue C M Y K H S L
Decimal 18 133 104 0.86 0 0.22 0.48 164.87 0.76 0.3
Hex 12 85 68 56 0 16 30 A5 4C 1E
Octal 22 205 150 126 0 26 60 245 114 36
Binary 10010 10000101 1101000 1010110 0 10110 110000 10100101 1001100 11110

Color Harmonies of #128568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128568

Black with #128568

Text Example


Text Example

White with #128568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128568; }

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

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

background-color css

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

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

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

border-color css

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

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

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