Html Css Color HEX #19958D Java

📋 copy color: '#19958D'

red 25 ◦ green 149 ◦ blue 141

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

Shades of Java #19958D

Tints of Java #19958D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 47.3%

 BLUE value IS 141 (55.47% from 255) = 44.76%

R = 7.94%
G = 47.3%
B = 44.76%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#19958D (or 0x19958D) is known color: Java. HEX triplet: 19, 95 and 8D. RGB value is (25,149,141). Sum of RGB (Red+Green+Blue) = 25+149+141=315 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.94% from 315); Green value is 149 (58.59% from 255 or 47.30% from 315); Blue value is 141 (55.47% from 255 or 44.76% from 315); Max value from RGB is 149 - color contains mainly: green. Hex color #19958D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19958D is #E66A72. Grayscale: #6E6E6E. Windows color (decimal): -15100531 or 9278745. OLE color: 9278745.

HSL color Cylindrical-coordinate representation of color #19958D: hue angle of 176.13º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #19958D is Cyan = 0.83, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 25 149 141 -
CMYK 0.83 0 0.05 0.42
HSL 176.13º 0.71% 0.34% -
HSV(B) 176.13º 0.83% 0.58% -
XYZ 15.96 23.62 28.92 -
YUV 111.01 144.92 66.65 -
System Red Green Blue C M Y K H S L
Decimal 25 149 141 0.83 0 0.05 0.42 176.13 0.71 0.34
Hex 19 95 8D 53 0 5 2A B0 47 22
Octal 31 225 215 123 0 5 52 260 107 42
Binary 11001 10010101 10001101 1010011 0 101 101010 10110000 1000111 100010

Color Harmonies of #19958D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19958D

Black with #19958D

Text Example


Text Example

White with #19958D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19958D; }

 p { color: rgb(25,149,141); }

 H1.HeaderClassName
 {
   color: #19958D;
 }
 .AnyTagClassName
 {
   color: #19958D;
 }
</style>

background-color css

<style>
 a { background-color: #19958D; }

 a { background-color: rgb(25,149,141); }

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

border-color css

<style>
 span { border-color: #19958D; }

 span { border-color: rgb(25,149,141); }

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