Html Css Color HEX #197B6E Deep Sea

📋 copy color: '#197B6E'

red 25 ◦ green 123 ◦ blue 110

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

Shades of Deep Sea #197B6E

Tints of Deep Sea #197B6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 42.64%

R = 9.69%
G = 47.67%
B = 42.64%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.11

 K value IS 0.52

RGB Variations

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

Color information

#197B6E (or 0x197B6E) is known color: Deep Sea. HEX triplet: 19, 7B and 6E. RGB value is (25,123,110). Sum of RGB (Red+Green+Blue) = 25+123+110=258 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.69% from 258); Green value is 123 (48.44% from 255 or 47.67% from 258); Blue value is 110 (43.36% from 255 or 42.64% from 258); Max value from RGB is 123 - color contains mainly: green. Hex color #197B6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197B6E is #E68491. Grayscale: #5C5C5C. Windows color (decimal): -15107218 or 7240473. OLE color: 7240473.

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

Color convert

RGB 25 123 110 -
CMYK 0.80 0 0.11 0.52
HSL 172.04º 0.66% 0.29% -
HSV(B) 172.04º 0.8% 0.48% -
XYZ 10.3 15.5 17.2 -
YUV 92.22 138.03 80.06 -
System Red Green Blue C M Y K H S L
Decimal 25 123 110 0.80 0 0.11 0.52 172.04 0.66 0.29
Hex 19 7B 6E 50 0 B 34 AC 42 1D
Octal 31 173 156 120 0 13 64 254 102 35
Binary 11001 1111011 1101110 1010000 0 1011 110100 10101100 1000010 11101

Color Harmonies of #197B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197B6E

Black with #197B6E

Text Example


Text Example

White with #197B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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