Html Css Color HEX #197B69 Deep Sea

📋 copy color: '#197B69'

red 25 ◦ green 123 ◦ blue 105

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

Shades of Deep Sea #197B69

Tints of Deep Sea #197B69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 41.5%

R = 9.88%
G = 48.62%
B = 41.5%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.15

 K value IS 0.52

RGB Variations

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

Color information

#197B69 (or 0x197B69) is known color: Deep Sea. HEX triplet: 19, 7B and 69. RGB value is (25,123,105). Sum of RGB (Red+Green+Blue) = 25+123+105=253 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.88% from 253); Green value is 123 (48.44% from 255 or 48.62% from 253); Blue value is 105 (41.41% from 255 or 41.50% from 253); Max value from RGB is 123 - color contains mainly: green. Hex color #197B69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197B69 is #E68496. Grayscale: #5B5B5B. Windows color (decimal): -15107223 or 6912793. OLE color: 6912793.

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

Color convert

RGB 25 123 105 -
CMYK 0.80 0 0.15 0.52
HSL 168.98º 0.66% 0.29% -
HSV(B) 168.98º 0.8% 0.48% -
XYZ 10.03 15.39 15.81 -
YUV 91.65 135.53 80.46 -
System Red Green Blue C M Y K H S L
Decimal 25 123 105 0.80 0 0.15 0.52 168.98 0.66 0.29
Hex 19 7B 69 50 0 F 34 A9 42 1D
Octal 31 173 151 120 0 17 64 251 102 35
Binary 11001 1111011 1101001 1010000 0 1111 110100 10101001 1000010 11101

Color Harmonies of #197B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197B69

Black with #197B69

Text Example


Text Example

White with #197B69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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