Html Css Color HEX #128266 Deep Sea

📋 copy color: '#128266'

red 18 ◦ green 130 ◦ blue 102

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

Shades of Deep Sea #128266

Tints of Deep Sea #128266

RGB

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

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

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

R = 7.2%
G = 52%
B = 40.8%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#128266 (or 0x128266) is known color: Deep Sea. HEX triplet: 12, 82 and 66. RGB value is (18,130,102). Sum of RGB (Red+Green+Blue) = 18+130+102=250 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.2% from 250); Green value is 130 (51.17% from 255 or 52% from 250); Blue value is 102 (40.23% from 255 or 40.8% from 250); Max value from RGB is 130 - color contains mainly: green. Hex color #128266 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128266 is #ED7D99. Grayscale: #5D5D5D. Windows color (decimal): -15564186 or 6717970. OLE color: 6717970.

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

Color convert

RGB 18 130 102 -
CMYK 0.86 0 0.22 0.49
HSL 165º 0.76% 0.29% -
HSV(B) 165º 0.86% 0.51% -
XYZ 10.63 17.05 15.3 -
YUV 93.32 132.89 74.28 -
System Red Green Blue C M Y K H S L
Decimal 18 130 102 0.86 0 0.22 0.49 165 0.76 0.29
Hex 12 82 66 56 0 16 31 A5 4C 1D
Octal 22 202 146 126 0 26 61 245 114 35
Binary 10010 10000010 1100110 1010110 0 10110 110001 10100101 1001100 11101

Color Harmonies of #128266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128266

Black with #128266

Text Example


Text Example

White with #128266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128266; }

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

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

background-color css

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

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

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

border-color css

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

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

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