Html Css Color HEX #198462 Deep Sea

📋 copy color: '#198462'

red 25 ◦ green 132 ◦ blue 98

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

Shades of Deep Sea #198462

Tints of Deep Sea #198462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 38.43%

R = 9.8%
G = 51.76%
B = 38.43%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#198462 (or 0x198462) is known color: Deep Sea. HEX triplet: 19, 84 and 62. RGB value is (25,132,98). Sum of RGB (Red+Green+Blue) = 25+132+98=255 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.80% from 255); Green value is 132 (51.95% from 255 or 51.76% from 255); Blue value is 98 (38.67% from 255 or 38.43% from 255); Max value from RGB is 132 - color contains mainly: green. Hex color #198462 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198462 is #E67B9D. Grayscale: #606060. Windows color (decimal): -15104926 or 6456345. OLE color: 6456345.

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

Color convert

RGB 25 132 98 -
CMYK 0.81 0 0.26 0.48
HSL 160.93º 0.68% 0.31% -
HSV(B) 160.93º 0.81% 0.52% -
XYZ 10.86 17.59 14.38 -
YUV 96.13 129.05 77.26 -
System Red Green Blue C M Y K H S L
Decimal 25 132 98 0.81 0 0.26 0.48 160.93 0.68 0.31
Hex 19 84 62 51 0 1A 30 A1 44 1F
Octal 31 204 142 121 0 32 60 241 104 37
Binary 11001 10000100 1100010 1010001 0 11010 110000 10100001 1000100 11111

Color Harmonies of #198462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198462

Black with #198462

Text Example


Text Example

White with #198462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198462; }

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

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

background-color css

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

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

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

border-color css

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

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

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