Html Css Color HEX #198364 Deep Sea

📋 copy color: '#198364'

red 25 ◦ green 131 ◦ blue 100

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

Shades of Deep Sea #198364

Tints of Deep Sea #198364

RGB

 RED value IS 25 (10.16% from 255) = 9.77%

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

 BLUE value IS 100 (39.45% from 255) = 39.06%

R = 9.77%
G = 51.17%
B = 39.06%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#198364 (or 0x198364) is known color: Deep Sea. HEX triplet: 19, 83 and 64. RGB value is (25,131,100). Sum of RGB (Red+Green+Blue) = 25+131+100=256 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.77% from 256); Green value is 131 (51.56% from 255 or 51.17% from 256); Blue value is 100 (39.45% from 255 or 39.06% from 256); Max value from RGB is 131 - color contains mainly: green. Hex color #198364 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198364 is #E67C9B. Grayscale: #5F5F5F. Windows color (decimal): -15105180 or 6587161. OLE color: 6587161.

HSL color Cylindrical-coordinate representation of color #198364: hue angle of 162.45º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #198364 is Cyan = 0.81, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB 25 131 100 -
CMYK 0.81 0 0.24 0.49
HSL 162.45º 0.68% 0.31% -
HSV(B) 162.45º 0.81% 0.51% -
XYZ 10.82 17.36 14.84 -
YUV 95.77 130.38 77.52 -
System Red Green Blue C M Y K H S L
Decimal 25 131 100 0.81 0 0.24 0.49 162.45 0.68 0.31
Hex 19 83 64 51 0 18 31 A2 44 1F
Octal 31 203 144 121 0 30 61 242 104 37
Binary 11001 10000011 1100100 1010001 0 11000 110001 10100010 1000100 11111

Color Harmonies of #198364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198364

Black with #198364

Text Example


Text Example

White with #198364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198364; }

 p { color: rgb(25,131,100); }

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

background-color css

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

 a { background-color: rgb(25,131,100); }

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

border-color css

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

 span { border-color: rgb(25,131,100); }

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