Html Css Color HEX #1F898A Java

📋 copy color: '#1F898A'

red 31 ◦ green 137 ◦ blue 138

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

Shades of Java #1F898A

Tints of Java #1F898A

RGB

 RED value IS 31 (12.5% from 255) = 10.13%

 GREEN value IS 137 (53.91% from 255) = 44.77%

 BLUE value IS 138 (54.3% from 255) = 45.1%

R = 10.13%
G = 44.77%
B = 45.1%

CMYK

 C value IS 0.78

 M value IS 0.01

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1F898A (or 0x1F898A) is known color: Java. HEX triplet: 1F, 89 and 8A. RGB value is (31,137,138). Sum of RGB (Red+Green+Blue) = 31+137+138=306 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.13% from 306); Green value is 137 (53.91% from 255 or 44.77% from 306); Blue value is 138 (54.30% from 255 or 45.10% from 306); Max value from RGB is 138 - color contains mainly: blue. Hex color #1F898A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F898A is #E07675. Grayscale: #696969. Windows color (decimal): -14710390 or 9079071. OLE color: 9079071.

HSL color Cylindrical-coordinate representation of color #1F898A: hue angle of 180.56º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F898A is Cyan = 0.78, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 31 137 138 -
CMYK 0.78 0.01 0 0.46
HSL 180.56º 0.63% 0.33% -
HSV(B) 180.56º 0.78% 0.54% -
XYZ 14.1 20.02 27.17 -
YUV 105.42 146.38 74.92 -
System Red Green Blue C M Y K H S L
Decimal 31 137 138 0.78 0.01 0 0.46 180.56 0.63 0.33
Hex 1F 89 8A 4E 1 0 2E B5 3F 21
Octal 37 211 212 116 1 0 56 265 77 41
Binary 11111 10001001 10001010 1001110 1 0 101110 10110101 111111 100001

Color Harmonies of #1F898A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F898A

Black with #1F898A

Text Example


Text Example

White with #1F898A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F898A; }

 p { color: rgb(31,137,138); }

 H1.HeaderClassName
 {
   color: #1F898A;
 }
 .AnyTagClassName
 {
   color: #1F898A;
 }
</style>

background-color css

<style>
 a { background-color: #1F898A; }

 a { background-color: rgb(31,137,138); }

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

border-color css

<style>
 span { border-color: #1F898A; }

 span { border-color: rgb(31,137,138); }

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