Html Css Color HEX #198463 Deep Sea

📋 copy color: '#198463'

red 25 ◦ green 132 ◦ blue 99

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

Shades of Deep Sea #198463

Tints of Deep Sea #198463

RGB

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

 GREEN value IS 132 (51.95% from 255) = 51.56%

 BLUE value IS 99 (39.06% from 255) = 38.67%

R = 9.77%
G = 51.56%
B = 38.67%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#198463 (or 0x198463) is known color: Deep Sea. HEX triplet: 19, 84 and 63. RGB value is (25,132,99). Sum of RGB (Red+Green+Blue) = 25+132+99=256 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.77% from 256); Green value is 132 (51.95% from 255 or 51.56% from 256); Blue value is 99 (39.06% from 255 or 38.67% from 256); Max value from RGB is 132 - color contains mainly: green. Hex color #198463 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198463 is #E67B9C. Grayscale: #606060. Windows color (decimal): -15104925 or 6521881. OLE color: 6521881.

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

Color convert

RGB 25 132 99 -
CMYK 0.81 0 0.25 0.48
HSL 161.5º 0.68% 0.31% -
HSV(B) 161.5º 0.81% 0.52% -
XYZ 10.9 17.61 14.63 -
YUV 96.25 129.55 77.18 -
System Red Green Blue C M Y K H S L
Decimal 25 132 99 0.81 0 0.25 0.48 161.5 0.68 0.31
Hex 19 84 63 51 0 19 30 A1 44 1F
Octal 31 204 143 121 0 31 60 241 104 37
Binary 11001 10000100 1100011 1010001 0 11001 110000 10100001 1000100 11111

Color Harmonies of #198463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198463

Black with #198463

Text Example


Text Example

White with #198463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198463; }

 p { color: rgb(25,132,99); }

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

background-color css

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

 a { background-color: rgb(25,132,99); }

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

border-color css

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

 span { border-color: rgb(25,132,99); }

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