Html Css Color HEX #19908D Java

📋 copy color: '#19908D'

red 25 ◦ green 144 ◦ blue 141

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

Shades of Java #19908D

Tints of Java #19908D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 46.45%

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

R = 8.06%
G = 46.45%
B = 45.48%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.02

 K value IS 0.44

RGB Variations

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

Color information

#19908D (or 0x19908D) is known color: Java. HEX triplet: 19, 90 and 8D. RGB value is (25,144,141). Sum of RGB (Red+Green+Blue) = 25+144+141=310 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.06% from 310); Green value is 144 (56.64% from 255 or 46.45% from 310); Blue value is 141 (55.47% from 255 or 45.48% from 310); Max value from RGB is 144 - color contains mainly: green. Hex color #19908D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19908D is #E66F72. Grayscale: #6B6B6B. Windows color (decimal): -15101811 or 9277465. OLE color: 9277465.

HSL color Cylindrical-coordinate representation of color #19908D: hue angle of 178.49º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #19908D is Cyan = 0.83, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB 25 144 141 -
CMYK 0.83 0 0.02 0.44
HSL 178.49º 0.7% 0.33% -
HSV(B) 178.49º 0.83% 0.56% -
XYZ 15.18 22.08 28.66 -
YUV 108.08 146.58 68.74 -
System Red Green Blue C M Y K H S L
Decimal 25 144 141 0.83 0 0.02 0.44 178.49 0.7 0.33
Hex 19 90 8D 53 0 2 2C B2 46 21
Octal 31 220 215 123 0 2 54 262 106 41
Binary 11001 10010000 10001101 1010011 0 10 101100 10110010 1000110 100001

Color Harmonies of #19908D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19908D

Black with #19908D

Text Example


Text Example

White with #19908D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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