Html Css Color HEX #128367 Deep Sea

📋 copy color: '#128367'

red 18 ◦ green 131 ◦ blue 103

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

Shades of Deep Sea #128367

Tints of Deep Sea #128367

RGB

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

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

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

R = 7.14%
G = 51.98%
B = 40.87%

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

#128367 (or 0x128367) is known color: Deep Sea. HEX triplet: 12, 83 and 67. RGB value is (18,131,103). Sum of RGB (Red+Green+Blue) = 18+131+103=252 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.14% from 252); Green value is 131 (51.56% from 255 or 51.98% from 252); Blue value is 103 (40.62% from 255 or 40.87% from 252); Max value from RGB is 131 - color contains mainly: green. Hex color #128367 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128367 is #ED7C98. Grayscale: #5E5E5E. Windows color (decimal): -15563929 or 6783762. OLE color: 6783762.

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

Color convert

RGB 18 131 103 -
CMYK 0.86 0 0.21 0.49
HSL 165.13º 0.76% 0.29% -
HSV(B) 165.13º 0.86% 0.51% -
XYZ 10.81 17.34 15.61 -
YUV 94.02 133.06 73.78 -
System Red Green Blue C M Y K H S L
Decimal 18 131 103 0.86 0 0.21 0.49 165.13 0.76 0.29
Hex 12 83 67 56 0 15 31 A5 4C 1D
Octal 22 203 147 126 0 25 61 245 114 35
Binary 10010 10000011 1100111 1010110 0 10101 110001 10100101 1001100 11101

Color Harmonies of #128367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128367

Black with #128367

Text Example


Text Example

White with #128367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128367; }

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

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

background-color css

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

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

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

border-color css

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

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

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