Html Css Color HEX #197B64 Deep Sea

📋 copy color: '#197B64'

red 25 ◦ green 123 ◦ blue 100

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

Shades of Deep Sea #197B64

Tints of Deep Sea #197B64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 40.32%

R = 10.08%
G = 49.6%
B = 40.32%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.19

 K value IS 0.52

RGB Variations

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

Color information

#197B64 (or 0x197B64) is known color: Deep Sea. HEX triplet: 19, 7B and 64. RGB value is (25,123,100). Sum of RGB (Red+Green+Blue) = 25+123+100=248 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.08% from 248); Green value is 123 (48.44% from 255 or 49.60% from 248); Blue value is 100 (39.45% from 255 or 40.32% from 248); Max value from RGB is 123 - color contains mainly: green. Hex color #197B64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197B64 is #E6849B. Grayscale: #5B5B5B. Windows color (decimal): -15107228 or 6585113. OLE color: 6585113.

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

Color convert

RGB 25 123 100 -
CMYK 0.80 0 0.19 0.52
HSL 165.92º 0.66% 0.29% -
HSV(B) 165.92º 0.8% 0.48% -
XYZ 9.78 15.29 14.49 -
YUV 91.08 133.03 80.87 -
System Red Green Blue C M Y K H S L
Decimal 25 123 100 0.80 0 0.19 0.52 165.92 0.66 0.29
Hex 19 7B 64 50 0 13 34 A6 42 1D
Octal 31 173 144 120 0 23 64 246 102 35
Binary 11001 1111011 1100100 1010000 0 10011 110100 10100110 1000010 11101

Color Harmonies of #197B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197B64

Black with #197B64

Text Example


Text Example

White with #197B64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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