Html Css Color HEX #198464 Deep Sea

📋 copy color: '#198464'

red 25 ◦ green 132 ◦ blue 100

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

Shades of Deep Sea #198464

Tints of Deep Sea #198464

RGB

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

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

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

R = 9.73%
G = 51.36%
B = 38.91%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#198464 (or 0x198464) is known color: Deep Sea. HEX triplet: 19, 84 and 64. RGB value is (25,132,100). Sum of RGB (Red+Green+Blue) = 25+132+100=257 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.73% from 257); Green value is 132 (51.95% from 255 or 51.36% from 257); Blue value is 100 (39.45% from 255 or 38.91% from 257); Max value from RGB is 132 - color contains mainly: green. Hex color #198464 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198464 is #E67B9B. Grayscale: #606060. Windows color (decimal): -15104924 or 6587417. OLE color: 6587417.

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

Color convert

RGB 25 132 100 -
CMYK 0.81 0 0.24 0.48
HSL 162.06º 0.68% 0.31% -
HSV(B) 162.06º 0.81% 0.52% -
XYZ 10.95 17.63 14.88 -
YUV 96.36 130.05 77.1 -
System Red Green Blue C M Y K H S L
Decimal 25 132 100 0.81 0 0.24 0.48 162.06 0.68 0.31
Hex 19 84 64 51 0 18 30 A2 44 1F
Octal 31 204 144 121 0 30 60 242 104 37
Binary 11001 10000100 1100100 1010001 0 11000 110000 10100010 1000100 11111

Color Harmonies of #198464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198464

Black with #198464

Text Example


Text Example

White with #198464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198464; }

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

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

background-color css

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

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

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

border-color css

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

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

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