Html Css Color HEX #197B6C Deep Sea

📋 copy color: '#197B6C'

red 25 ◦ green 123 ◦ blue 108

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

Shades of Deep Sea #197B6C

Tints of Deep Sea #197B6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 42.19%

R = 9.77%
G = 48.05%
B = 42.19%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.12

 K value IS 0.52

RGB Variations

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

Color information

#197B6C (or 0x197B6C) is known color: Deep Sea. HEX triplet: 19, 7B and 6C. RGB value is (25,123,108). Sum of RGB (Red+Green+Blue) = 25+123+108=256 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.77% from 256); Green value is 123 (48.44% from 255 or 48.05% from 256); Blue value is 108 (42.58% from 255 or 42.19% from 256); Max value from RGB is 123 - color contains mainly: green. Hex color #197B6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197B6C is #E68493. Grayscale: #5B5B5B. Windows color (decimal): -15107220 or 7109401. OLE color: 7109401.

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

Color convert

RGB 25 123 108 -
CMYK 0.80 0 0.12 0.52
HSL 170.82º 0.66% 0.29% -
HSV(B) 170.82º 0.8% 0.48% -
XYZ 10.19 15.46 16.63 -
YUV 91.99 137.03 80.22 -
System Red Green Blue C M Y K H S L
Decimal 25 123 108 0.80 0 0.12 0.52 170.82 0.66 0.29
Hex 19 7B 6C 50 0 C 34 AB 42 1D
Octal 31 173 154 120 0 14 64 253 102 35
Binary 11001 1111011 1101100 1010000 0 1100 110100 10101011 1000010 11101

Color Harmonies of #197B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197B6C

Black with #197B6C

Text Example


Text Example

White with #197B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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