Html Css Color HEX #198262 Deep Sea

📋 copy color: '#198262'

red 25 ◦ green 130 ◦ blue 98

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

Shades of Deep Sea #198262

Tints of Deep Sea #198262

RGB

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

 GREEN value IS 130 (51.17% from 255) = 51.38%

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

R = 9.88%
G = 51.38%
B = 38.74%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#198262 (or 0x198262) is known color: Deep Sea. HEX triplet: 19, 82 and 62. RGB value is (25,130,98). Sum of RGB (Red+Green+Blue) = 25+130+98=253 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.88% from 253); Green value is 130 (51.17% from 255 or 51.38% from 253); Blue value is 98 (38.67% from 255 or 38.74% from 253); Max value from RGB is 130 - color contains mainly: green. Hex color #198262 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198262 is #E67D9D. Grayscale: #5E5E5E. Windows color (decimal): -15105438 or 6455833. OLE color: 6455833.

HSL color Cylindrical-coordinate representation of color #198262: hue angle of 161.71º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #198262 is Cyan = 0.81, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB 25 130 98 -
CMYK 0.81 0 0.25 0.49
HSL 161.71º 0.68% 0.3% -
HSV(B) 161.71º 0.81% 0.51% -
XYZ 10.59 17.05 14.29 -
YUV 94.96 129.71 78.1 -
System Red Green Blue C M Y K H S L
Decimal 25 130 98 0.81 0 0.25 0.49 161.71 0.68 0.3
Hex 19 82 62 51 0 19 31 A2 44 1E
Octal 31 202 142 121 0 31 61 242 104 36
Binary 11001 10000010 1100010 1010001 0 11001 110001 10100010 1000100 11110

Color Harmonies of #198262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198262

Black with #198262

Text Example


Text Example

White with #198262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198262; }

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

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

background-color css

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

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

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

border-color css

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

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

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