Html Css Color HEX #198265 Deep Sea

📋 copy color: '#198265'

red 25 ◦ green 130 ◦ blue 101

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

Shades of Deep Sea #198265

Tints of Deep Sea #198265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 39.45%

R = 9.77%
G = 50.78%
B = 39.45%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#198265 (or 0x198265) is known color: Deep Sea. HEX triplet: 19, 82 and 65. RGB value is (25,130,101). Sum of RGB (Red+Green+Blue) = 25+130+101=256 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.77% from 256); Green value is 130 (51.17% from 255 or 50.78% from 256); Blue value is 101 (39.84% from 255 or 39.45% from 256); Max value from RGB is 130 - color contains mainly: green. Hex color #198265 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198265 is #E67D9A. Grayscale: #5F5F5F. Windows color (decimal): -15105435 or 6652441. OLE color: 6652441.

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

Color convert

RGB 25 130 101 -
CMYK 0.81 0 0.22 0.49
HSL 163.43º 0.68% 0.3% -
HSV(B) 163.43º 0.81% 0.51% -
XYZ 10.73 17.11 15.05 -
YUV 95.3 131.21 77.86 -
System Red Green Blue C M Y K H S L
Decimal 25 130 101 0.81 0 0.22 0.49 163.43 0.68 0.3
Hex 19 82 65 51 0 16 31 A3 44 1E
Octal 31 202 145 121 0 26 61 243 104 36
Binary 11001 10000010 1100101 1010001 0 10110 110001 10100011 1000100 11110

Color Harmonies of #198265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198265

Black with #198265

Text Example


Text Example

White with #198265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198265; }

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

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

background-color css

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

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

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

border-color css

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

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

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