Html Css Color HEX #197B5C Deep Sea

📋 copy color: '#197B5C'

red 25 ◦ green 123 ◦ blue 92

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

Shades of Deep Sea #197B5C

Tints of Deep Sea #197B5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 38.33%

R = 10.42%
G = 51.25%
B = 38.33%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.25

 K value IS 0.52

RGB Variations

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

Color information

#197B5C (or 0x197B5C) is known color: Deep Sea. HEX triplet: 19, 7B and 5C. RGB value is (25,123,92). Sum of RGB (Red+Green+Blue) = 25+123+92=240 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.42% from 240); Green value is 123 (48.44% from 255 or 51.25% from 240); Blue value is 92 (36.33% from 255 or 38.33% from 240); Max value from RGB is 123 - color contains mainly: green. Hex color #197B5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197B5C is #E684A3. Grayscale: #5A5A5A. Windows color (decimal): -15107236 or 6060825. OLE color: 6060825.

HSL color Cylindrical-coordinate representation of color #197B5C: hue angle of 161.02º 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 #197B5C is Cyan = 0.80, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.52.

Color convert

RGB 25 123 92 -
CMYK 0.80 0 0.25 0.52
HSL 161.02º 0.66% 0.29% -
HSV(B) 161.02º 0.8% 0.48% -
XYZ 9.42 15.15 12.55 -
YUV 90.16 129.03 81.52 -
System Red Green Blue C M Y K H S L
Decimal 25 123 92 0.80 0 0.25 0.52 161.02 0.66 0.29
Hex 19 7B 5C 50 0 19 34 A1 42 1D
Octal 31 173 134 120 0 31 64 241 102 35
Binary 11001 1111011 1011100 1010000 0 11001 110100 10100001 1000010 11101

Color Harmonies of #197B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197B5C

Black with #197B5C

Text Example


Text Example

White with #197B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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