Html Css Color HEX #198067 Deep Sea

📋 copy color: '#198067'

red 25 ◦ green 128 ◦ blue 103

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

Shades of Deep Sea #198067

Tints of Deep Sea #198067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 40.23%

R = 9.77%
G = 50%
B = 40.23%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#198067 (or 0x198067) is known color: Deep Sea. HEX triplet: 19, 80 and 67. RGB value is (25,128,103). Sum of RGB (Red+Green+Blue) = 25+128+103=256 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.77% from 256); Green value is 128 (50.39% from 255 or 50% from 256); Blue value is 103 (40.62% from 255 or 40.23% from 256); Max value from RGB is 128 - color contains mainly: green. Hex color #198067 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198067 is #E67F98. Grayscale: #5E5E5E. Windows color (decimal): -15105945 or 6783001. OLE color: 6783001.

HSL color Cylindrical-coordinate representation of color #198067: hue angle of 165.44º 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 #198067 is Cyan = 0.80, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB 25 128 103 -
CMYK 0.80 0 0.20 0.50
HSL 165.44º 0.67% 0.3% -
HSV(B) 165.44º 0.8% 0.5% -
XYZ 10.57 16.62 15.48 -
YUV 94.35 132.88 78.53 -
System Red Green Blue C M Y K H S L
Decimal 25 128 103 0.80 0 0.20 0.50 165.44 0.67 0.3
Hex 19 80 67 50 0 14 32 A5 43 1E
Octal 31 200 147 120 0 24 62 245 103 36
Binary 11001 10000000 1100111 1010000 0 10100 110010 10100101 1000011 11110

Color Harmonies of #198067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198067

Black with #198067

Text Example


Text Example

White with #198067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198067; }

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

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

background-color css

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

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

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

border-color css

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

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

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