Html Css Color HEX #197B63 Deep Sea

📋 copy color: '#197B63'

red 25 ◦ green 123 ◦ blue 99

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

Shades of Deep Sea #197B63

Tints of Deep Sea #197B63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 40.08%

R = 10.12%
G = 49.8%
B = 40.08%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.20

 K value IS 0.52

RGB Variations

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

Color information

#197B63 (or 0x197B63) is known color: Deep Sea. HEX triplet: 19, 7B and 63. RGB value is (25,123,99). Sum of RGB (Red+Green+Blue) = 25+123+99=247 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.12% from 247); Green value is 123 (48.44% from 255 or 49.80% from 247); Blue value is 99 (39.06% from 255 or 40.08% from 247); Max value from RGB is 123 - color contains mainly: green. Hex color #197B63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197B63 is #E6849C. Grayscale: #5A5A5A. Windows color (decimal): -15107229 or 6519577. OLE color: 6519577.

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

Color convert

RGB 25 123 99 -
CMYK 0.80 0 0.20 0.52
HSL 165.31º 0.66% 0.29% -
HSV(B) 165.31º 0.8% 0.48% -
XYZ 9.74 15.27 14.24 -
YUV 90.96 132.53 80.95 -
System Red Green Blue C M Y K H S L
Decimal 25 123 99 0.80 0 0.20 0.52 165.31 0.66 0.29
Hex 19 7B 63 50 0 14 34 A5 42 1D
Octal 31 173 143 120 0 24 64 245 102 35
Binary 11001 1111011 1100011 1010000 0 10100 110100 10100101 1000010 11101

Color Harmonies of #197B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197B63

Black with #197B63

Text Example


Text Example

White with #197B63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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