Html Css Color HEX #128166 Deep Sea

📋 copy color: '#128166'

red 18 ◦ green 129 ◦ blue 102

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

Shades of Deep Sea #128166

Tints of Deep Sea #128166

RGB

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

 GREEN value IS 129 (50.78% from 255) = 51.81%

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

R = 7.23%
G = 51.81%
B = 40.96%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#128166 (or 0x128166) is known color: Deep Sea. HEX triplet: 12, 81 and 66. RGB value is (18,129,102). Sum of RGB (Red+Green+Blue) = 18+129+102=249 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.23% from 249); Green value is 129 (50.78% from 255 or 51.81% from 249); Blue value is 102 (40.23% from 255 or 40.96% from 249); Max value from RGB is 129 - color contains mainly: green. Hex color #128166 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128166 is #ED7E99. Grayscale: #5C5C5C. Windows color (decimal): -15564442 or 6717714. OLE color: 6717714.

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

Color convert

RGB 18 129 102 -
CMYK 0.86 0 0.21 0.49
HSL 165.41º 0.76% 0.29% -
HSV(B) 165.41º 0.86% 0.51% -
XYZ 10.5 16.79 15.26 -
YUV 92.73 133.23 74.7 -
System Red Green Blue C M Y K H S L
Decimal 18 129 102 0.86 0 0.21 0.49 165.41 0.76 0.29
Hex 12 81 66 56 0 15 31 A5 4C 1D
Octal 22 201 146 126 0 25 61 245 114 35
Binary 10010 10000001 1100110 1010110 0 10101 110001 10100101 1001100 11101

Color Harmonies of #128166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128166

Black with #128166

Text Example


Text Example

White with #128166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128166; }

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

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

background-color css

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

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

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

border-color css

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

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

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