Html Css Color HEX #198365 Deep Sea

📋 copy color: '#198365'

red 25 ◦ green 131 ◦ blue 101

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

Shades of Deep Sea #198365

Tints of Deep Sea #198365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 39.3%

R = 9.73%
G = 50.97%
B = 39.3%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#198365 (or 0x198365) is known color: Deep Sea. HEX triplet: 19, 83 and 65. RGB value is (25,131,101). Sum of RGB (Red+Green+Blue) = 25+131+101=257 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.73% from 257); Green value is 131 (51.56% from 255 or 50.97% from 257); Blue value is 101 (39.84% from 255 or 39.30% from 257); Max value from RGB is 131 - color contains mainly: green. Hex color #198365 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198365 is #E67C9A. Grayscale: #5F5F5F. Windows color (decimal): -15105179 or 6652697. OLE color: 6652697.

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

Color convert

RGB 25 131 101 -
CMYK 0.81 0 0.23 0.49
HSL 163.02º 0.68% 0.31% -
HSV(B) 163.02º 0.81% 0.51% -
XYZ 10.87 17.38 15.09 -
YUV 95.89 130.88 77.44 -
System Red Green Blue C M Y K H S L
Decimal 25 131 101 0.81 0 0.23 0.49 163.02 0.68 0.31
Hex 19 83 65 51 0 17 31 A3 44 1F
Octal 31 203 145 121 0 27 61 243 104 37
Binary 11001 10000011 1100101 1010001 0 10111 110001 10100011 1000100 11111

Color Harmonies of #198365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198365

Black with #198365

Text Example


Text Example

White with #198365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198365; }

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

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

background-color css

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

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

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

border-color css

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

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

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