Html Css Color HEX #197262 Deep Sea

📋 copy color: '#197262'

red 25 ◦ green 114 ◦ blue 98

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

Shades of Deep Sea #197262

Tints of Deep Sea #197262

RGB

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

 GREEN value IS 114 (44.92% from 255) = 48.1%

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

R = 10.55%
G = 48.1%
B = 41.35%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#197262 (or 0x197262) is known color: Deep Sea. HEX triplet: 19, 72 and 62. RGB value is (25,114,98). Sum of RGB (Red+Green+Blue) = 25+114+98=237 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.55% from 237); Green value is 114 (44.92% from 255 or 48.10% from 237); Blue value is 98 (38.67% from 255 or 41.35% from 237); Max value from RGB is 114 - color contains mainly: green. Hex color #197262 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197262 is #E68D9D. Grayscale: #555555. Windows color (decimal): -15109534 or 6451737. OLE color: 6451737.

HSL color Cylindrical-coordinate representation of color #197262: hue angle of 169.21º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #197262 is Cyan = 0.78, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB 25 114 98 -
CMYK 0.78 0 0.14 0.55
HSL 169.21º 0.64% 0.27% -
HSV(B) 169.21º 0.78% 0.45% -
XYZ 8.62 13.12 13.63 -
YUV 85.57 135.01 84.8 -
System Red Green Blue C M Y K H S L
Decimal 25 114 98 0.78 0 0.14 0.55 169.21 0.64 0.27
Hex 19 72 62 4E 0 E 37 A9 40 1B
Octal 31 162 142 116 0 16 67 251 100 33
Binary 11001 1110010 1100010 1001110 0 1110 110111 10101001 1000000 11011

Color Harmonies of #197262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197262

Black with #197262

Text Example


Text Example

White with #197262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197262; }

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

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

background-color css

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

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

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

border-color css

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

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

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