Html Css Color HEX #128369 Deep Sea

📋 copy color: '#128369'

red 18 ◦ green 131 ◦ blue 105

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

Shades of Deep Sea #128369

Tints of Deep Sea #128369

RGB

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

 GREEN value IS 131 (51.56% from 255) = 51.57%

 BLUE value IS 105 (41.41% from 255) = 41.34%

R = 7.09%
G = 51.57%
B = 41.34%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.20

 K value IS 0.49

RGB Variations

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

Color information

#128369 (or 0x128369) is known color: Deep Sea. HEX triplet: 12, 83 and 69. RGB value is (18,131,105). Sum of RGB (Red+Green+Blue) = 18+131+105=254 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.09% from 254); Green value is 131 (51.56% from 255 or 51.57% from 254); Blue value is 105 (41.41% from 255 or 41.34% from 254); Max value from RGB is 131 - color contains mainly: green. Hex color #128369 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128369 is #ED7C96. Grayscale: #5E5E5E. Windows color (decimal): -15563927 or 6914834. OLE color: 6914834.

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

Color convert

RGB 18 131 105 -
CMYK 0.86 0 0.20 0.49
HSL 166.19º 0.76% 0.29% -
HSV(B) 166.19º 0.86% 0.51% -
XYZ 10.92 17.38 16.14 -
YUV 94.25 134.06 73.61 -
System Red Green Blue C M Y K H S L
Decimal 18 131 105 0.86 0 0.20 0.49 166.19 0.76 0.29
Hex 12 83 69 56 0 14 31 A6 4C 1D
Octal 22 203 151 126 0 24 61 246 114 35
Binary 10010 10000011 1101001 1010110 0 10100 110001 10100110 1001100 11101

Color Harmonies of #128369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128369

Black with #128369

Text Example


Text Example

White with #128369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128369; }

 p { color: rgb(18,131,105); }

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

background-color css

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

 a { background-color: rgb(18,131,105); }

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

border-color css

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

 span { border-color: rgb(18,131,105); }

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