Html Css Color HEX #1F8B85 Java

📋 copy color: '#1F8B85'

red 31 ◦ green 139 ◦ blue 133

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

Shades of Java #1F8B85

Tints of Java #1F8B85

RGB

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

 GREEN value IS 139 (54.69% from 255) = 45.87%

 BLUE value IS 133 (52.34% from 255) = 43.89%

R = 10.23%
G = 45.87%
B = 43.89%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#1F8B85 (or 0x1F8B85) is known color: Java. HEX triplet: 1F, 8B and 85. RGB value is (31,139,133). Sum of RGB (Red+Green+Blue) = 31+139+133=303 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.23% from 303); Green value is 139 (54.69% from 255 or 45.87% from 303); Blue value is 133 (52.34% from 255 or 43.89% from 303); Max value from RGB is 139 - color contains mainly: green. Hex color #1F8B85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F8B85 is #E0747A. Grayscale: #696969. Windows color (decimal): -14709883 or 8751903. OLE color: 8751903.

HSL color Cylindrical-coordinate representation of color #1F8B85: hue angle of 176.67º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F8B85 is Cyan = 0.78, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB 31 139 133 -
CMYK 0.78 0 0.04 0.45
HSL 176.67º 0.64% 0.33% -
HSV(B) 176.67º 0.78% 0.55% -
XYZ 14.03 20.45 25.4 -
YUV 106.02 143.22 74.49 -
System Red Green Blue C M Y K H S L
Decimal 31 139 133 0.78 0 0.04 0.45 176.67 0.64 0.33
Hex 1F 8B 85 4E 0 4 2D B1 40 21
Octal 37 213 205 116 0 4 55 261 100 41
Binary 11111 10001011 10000101 1001110 0 100 101101 10110001 1000000 100001

Color Harmonies of #1F8B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F8B85

Black with #1F8B85

Text Example


Text Example

White with #1F8B85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,139,133); }

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

background-color css

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

 a { background-color: rgb(31,139,133); }

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

border-color css

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

 span { border-color: rgb(31,139,133); }

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