Html Css Color HEX #197B5B Deep Sea

📋 copy color: '#197B5B'

red 25 ◦ green 123 ◦ blue 91

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

Shades of Deep Sea #197B5B

Tints of Deep Sea #197B5B

RGB

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

 GREEN value IS 123 (48.44% from 255) = 51.46%

 BLUE value IS 91 (35.94% from 255) = 38.08%

R = 10.46%
G = 51.46%
B = 38.08%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.26

 K value IS 0.52

RGB Variations

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

Color information

#197B5B (or 0x197B5B) is known color: Deep Sea. HEX triplet: 19, 7B and 5B. RGB value is (25,123,91). Sum of RGB (Red+Green+Blue) = 25+123+91=239 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.46% from 239); Green value is 123 (48.44% from 255 or 51.46% from 239); Blue value is 91 (35.94% from 255 or 38.08% from 239); Max value from RGB is 123 - color contains mainly: green. Hex color #197B5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197B5B is #E684A4. Grayscale: #5A5A5A. Windows color (decimal): -15107237 or 5995289. OLE color: 5995289.

HSL color Cylindrical-coordinate representation of color #197B5B: hue angle of 160.41º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #197B5B is Cyan = 0.80, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.52.

Color convert

RGB 25 123 91 -
CMYK 0.80 0 0.26 0.52
HSL 160.41º 0.66% 0.29% -
HSV(B) 160.41º 0.8% 0.48% -
XYZ 9.37 15.13 12.32 -
YUV 90.05 128.53 81.6 -
System Red Green Blue C M Y K H S L
Decimal 25 123 91 0.80 0 0.26 0.52 160.41 0.66 0.29
Hex 19 7B 5B 50 0 1A 34 A0 42 1D
Octal 31 173 133 120 0 32 64 240 102 35
Binary 11001 1111011 1011011 1010000 0 11010 110100 10100000 1000010 11101

Color Harmonies of #197B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197B5B

Black with #197B5B

Text Example


Text Example

White with #197B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197B5B; }

 p { color: rgb(25,123,91); }

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

background-color css

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

 a { background-color: rgb(25,123,91); }

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

border-color css

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

 span { border-color: rgb(25,123,91); }

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