Html Css Color HEX #198366 Deep Sea

📋 copy color: '#198366'

red 25 ◦ green 131 ◦ blue 102

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

Shades of Deep Sea #198366

Tints of Deep Sea #198366

RGB

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

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

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

R = 9.69%
G = 50.78%
B = 39.53%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#198366 (or 0x198366) is known color: Deep Sea. HEX triplet: 19, 83 and 66. RGB value is (25,131,102). Sum of RGB (Red+Green+Blue) = 25+131+102=258 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.69% from 258); Green value is 131 (51.56% from 255 or 50.78% from 258); Blue value is 102 (40.23% from 255 or 39.53% from 258); Max value from RGB is 131 - color contains mainly: green. Hex color #198366 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198366 is #E67C99. Grayscale: #606060. Windows color (decimal): -15105178 or 6718233. OLE color: 6718233.

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

Color convert

RGB 25 131 102 -
CMYK 0.81 0 0.22 0.49
HSL 163.58º 0.68% 0.31% -
HSV(B) 163.58º 0.81% 0.51% -
XYZ 10.92 17.4 15.35 -
YUV 96 131.38 77.36 -
System Red Green Blue C M Y K H S L
Decimal 25 131 102 0.81 0 0.22 0.49 163.58 0.68 0.31
Hex 19 83 66 51 0 16 31 A4 44 1F
Octal 31 203 146 121 0 26 61 244 104 37
Binary 11001 10000011 1100110 1010001 0 10110 110001 10100100 1000100 11111

Color Harmonies of #198366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198366

Black with #198366

Text Example


Text Example

White with #198366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198366; }

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

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

background-color css

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

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

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

border-color css

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

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

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