Html Css Color HEX #198064 Deep Sea

📋 copy color: '#198064'

red 25 ◦ green 128 ◦ blue 100

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

Shades of Deep Sea #198064

Tints of Deep Sea #198064

RGB

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

 GREEN value IS 128 (50.39% from 255) = 50.59%

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

R = 9.88%
G = 50.59%
B = 39.53%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.22

 K value IS 0.50

RGB Variations

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

Color information

#198064 (or 0x198064) is known color: Deep Sea. HEX triplet: 19, 80 and 64. RGB value is (25,128,100). Sum of RGB (Red+Green+Blue) = 25+128+100=253 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.88% from 253); Green value is 128 (50.39% from 255 or 50.59% from 253); Blue value is 100 (39.45% from 255 or 39.53% from 253); Max value from RGB is 128 - color contains mainly: green. Hex color #198064 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198064 is #E67F9B. Grayscale: #5E5E5E. Windows color (decimal): -15105948 or 6586393. OLE color: 6586393.

HSL color Cylindrical-coordinate representation of color #198064: hue angle of 163.69º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #198064 is Cyan = 0.80, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.50.

Color convert

RGB 25 128 100 -
CMYK 0.80 0 0.22 0.50
HSL 163.69º 0.67% 0.3% -
HSV(B) 163.69º 0.8% 0.5% -
XYZ 10.42 16.57 14.7 -
YUV 94.01 131.38 78.78 -
System Red Green Blue C M Y K H S L
Decimal 25 128 100 0.80 0 0.22 0.50 163.69 0.67 0.3
Hex 19 80 64 50 0 16 32 A4 43 1E
Octal 31 200 144 120 0 26 62 244 103 36
Binary 11001 10000000 1100100 1010000 0 10110 110010 10100100 1000011 11110

Color Harmonies of #198064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198064

Black with #198064

Text Example


Text Example

White with #198064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198064; }

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

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

background-color css

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

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

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

border-color css

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

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

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