Html Css Color HEX #198467 Deep Sea

📋 copy color: '#198467'

red 25 ◦ green 132 ◦ blue 103

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

Shades of Deep Sea #198467

Tints of Deep Sea #198467

RGB

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

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

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

R = 9.62%
G = 50.77%
B = 39.62%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#198467 (or 0x198467) is known color: Deep Sea. HEX triplet: 19, 84 and 67. RGB value is (25,132,103). Sum of RGB (Red+Green+Blue) = 25+132+103=260 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.62% from 260); Green value is 132 (51.95% from 255 or 50.77% from 260); Blue value is 103 (40.62% from 255 or 39.62% from 260); Max value from RGB is 132 - color contains mainly: green. Hex color #198467 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198467 is #E67B98. Grayscale: #606060. Windows color (decimal): -15104921 or 6784025. OLE color: 6784025.

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

Color convert

RGB 25 132 103 -
CMYK 0.81 0 0.22 0.48
HSL 163.74º 0.68% 0.31% -
HSV(B) 163.74º 0.81% 0.52% -
XYZ 11.1 17.69 15.66 -
YUV 96.7 131.55 76.86 -
System Red Green Blue C M Y K H S L
Decimal 25 132 103 0.81 0 0.22 0.48 163.74 0.68 0.31
Hex 19 84 67 51 0 16 30 A4 44 1F
Octal 31 204 147 121 0 26 60 244 104 37
Binary 11001 10000100 1100111 1010001 0 10110 110000 10100100 1000100 11111

Color Harmonies of #198467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198467

Black with #198467

Text Example


Text Example

White with #198467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198467; }

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

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

background-color css

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

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

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

border-color css

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

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

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