Html Css Color HEX #19746B Deep Sea

📋 copy color: '#19746B'

red 25 ◦ green 116 ◦ blue 107

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

Shades of Deep Sea #19746B

Tints of Deep Sea #19746B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 46.77%

 BLUE value IS 107 (42.19% from 255) = 43.15%

R = 10.08%
G = 46.77%
B = 43.15%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#19746B (or 0x19746B) is known color: Deep Sea. HEX triplet: 19, 74 and 6B. RGB value is (25,116,107). Sum of RGB (Red+Green+Blue) = 25+116+107=248 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.08% from 248); Green value is 116 (45.70% from 255 or 46.77% from 248); Blue value is 107 (42.19% from 255 or 43.15% from 248); Max value from RGB is 116 - color contains mainly: green. Hex color #19746B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19746B is #E68B94. Grayscale: #575757. Windows color (decimal): -15109013 or 7042073. OLE color: 7042073.

HSL color Cylindrical-coordinate representation of color #19746B: hue angle of 174.07º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #19746B is Cyan = 0.78, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB 25 116 107 -
CMYK 0.78 0 0.08 0.55
HSL 174.07º 0.65% 0.28% -
HSV(B) 174.07º 0.78% 0.45% -
XYZ 9.3 13.76 16.08 -
YUV 87.77 138.85 83.23 -
System Red Green Blue C M Y K H S L
Decimal 25 116 107 0.78 0 0.08 0.55 174.07 0.65 0.28
Hex 19 74 6B 4E 0 8 37 AE 41 1C
Octal 31 164 153 116 0 10 67 256 101 34
Binary 11001 1110100 1101011 1001110 0 1000 110111 10101110 1000001 11100

Color Harmonies of #19746B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19746B

Black with #19746B

Text Example


Text Example

White with #19746B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19746B; }

 p { color: rgb(25,116,107); }

 H1.HeaderClassName
 {
   color: #19746B;
 }
 .AnyTagClassName
 {
   color: #19746B;
 }
</style>

background-color css

<style>
 a { background-color: #19746B; }

 a { background-color: rgb(25,116,107); }

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

border-color css

<style>
 span { border-color: #19746B; }

 span { border-color: rgb(25,116,107); }

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