Html Css Color HEX #197267 Deep Sea

📋 copy color: '#197267'

red 25 ◦ green 114 ◦ blue 103

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

Shades of Deep Sea #197267

Tints of Deep Sea #197267

RGB

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

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

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

R = 10.33%
G = 47.11%
B = 42.56%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#197267 (or 0x197267) is known color: Deep Sea. HEX triplet: 19, 72 and 67. RGB value is (25,114,103). Sum of RGB (Red+Green+Blue) = 25+114+103=242 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.33% from 242); Green value is 114 (44.92% from 255 or 47.11% from 242); Blue value is 103 (40.62% from 255 or 42.56% from 242); Max value from RGB is 114 - color contains mainly: green. Hex color #197267 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197267 is #E68D98. Grayscale: #565656. Windows color (decimal): -15109529 or 6779417. OLE color: 6779417.

HSL color Cylindrical-coordinate representation of color #197267: hue angle of 172.58º 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 #197267 is Cyan = 0.78, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB 25 114 103 -
CMYK 0.78 0 0.10 0.55
HSL 172.58º 0.64% 0.27% -
HSV(B) 172.58º 0.78% 0.45% -
XYZ 8.87 13.22 14.92 -
YUV 86.14 137.51 84.39 -
System Red Green Blue C M Y K H S L
Decimal 25 114 103 0.78 0 0.10 0.55 172.58 0.64 0.27
Hex 19 72 67 4E 0 A 37 AD 40 1B
Octal 31 162 147 116 0 12 67 255 100 33
Binary 11001 1110010 1100111 1001110 0 1010 110111 10101101 1000000 11011

Color Harmonies of #197267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197267

Black with #197267

Text Example


Text Example

White with #197267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197267; }

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

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

background-color css

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

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

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

border-color css

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

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

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