Html Css Color HEX #128567 Deep Sea

📋 copy color: '#128567'

red 18 ◦ green 133 ◦ blue 103

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

Shades of Deep Sea #128567

Tints of Deep Sea #128567

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 40.55%

R = 7.09%
G = 52.36%
B = 40.55%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#128567 (or 0x128567) is known color: Deep Sea. HEX triplet: 12, 85 and 67. RGB value is (18,133,103). Sum of RGB (Red+Green+Blue) = 18+133+103=254 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.09% from 254); Green value is 133 (52.34% from 255 or 52.36% from 254); Blue value is 103 (40.62% from 255 or 40.55% from 254); Max value from RGB is 133 - color contains mainly: green. Hex color #128567 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128567 is #ED7A98. Grayscale: #5F5F5F. Windows color (decimal): -15563417 or 6784274. OLE color: 6784274.

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

Color convert

RGB 18 133 103 -
CMYK 0.86 0 0.23 0.48
HSL 164.35º 0.76% 0.3% -
HSV(B) 164.35º 0.86% 0.52% -
XYZ 11.09 17.88 15.7 -
YUV 95.2 132.4 72.94 -
System Red Green Blue C M Y K H S L
Decimal 18 133 103 0.86 0 0.23 0.48 164.35 0.76 0.3
Hex 12 85 67 56 0 17 30 A4 4C 1E
Octal 22 205 147 126 0 27 60 244 114 36
Binary 10010 10000101 1100111 1010110 0 10111 110000 10100100 1001100 11110

Color Harmonies of #128567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128567

Black with #128567

Text Example


Text Example

White with #128567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128567; }

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

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

background-color css

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

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

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

border-color css

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

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

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