Html Css Color HEX #128566 Deep Sea

📋 copy color: '#128566'

red 18 ◦ green 133 ◦ blue 102

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

Shades of Deep Sea #128566

Tints of Deep Sea #128566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 40.32%

R = 7.11%
G = 52.57%
B = 40.32%

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

#128566 (or 0x128566) is known color: Deep Sea. HEX triplet: 12, 85 and 66. RGB value is (18,133,102). Sum of RGB (Red+Green+Blue) = 18+133+102=253 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.11% from 253); Green value is 133 (52.34% from 255 or 52.57% from 253); Blue value is 102 (40.23% from 255 or 40.32% from 253); Max value from RGB is 133 - color contains mainly: green. Hex color #128566 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128566 is #ED7A99. Grayscale: #5F5F5F. Windows color (decimal): -15563418 or 6718738. OLE color: 6718738.

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

Color convert

RGB 18 133 102 -
CMYK 0.86 0 0.23 0.48
HSL 163.83º 0.76% 0.3% -
HSV(B) 163.83º 0.86% 0.52% -
XYZ 11.04 17.86 15.44 -
YUV 95.08 131.9 73.02 -
System Red Green Blue C M Y K H S L
Decimal 18 133 102 0.86 0 0.23 0.48 163.83 0.76 0.3
Hex 12 85 66 56 0 17 30 A4 4C 1E
Octal 22 205 146 126 0 27 60 244 114 36
Binary 10010 10000101 1100110 1010110 0 10111 110000 10100100 1001100 11110

Color Harmonies of #128566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128566

Black with #128566

Text Example


Text Example

White with #128566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128566; }

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

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

background-color css

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

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

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

border-color css

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

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

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